View Single Post
Newbie Member
14Jul2008,10:31  
rose123's Avatar
hi...

how to access the posted data in file.php??

i tried like this
<?php

$name=$_POST["name"];

echo $name;

?>

but no luck...