Thread
:
Asynchronous Javascript and XML aka AJAX
View Single Post
rose123
Newbie Member
14Jul2008,10:31
hi...
how to access the posted data in file.php??
i tried like this
<?php
$name=$_POST["name"];
echo $name;
?>
but no luck...