In the PHP page that is being called (the page you are posting data to, testmycode.php), you should be able to use the superglobal $_POST
variable to get data that was POSTed to the script.
(Well, that is, hopping I understood your question correctly)
Pascal MARTIN
2009-08-25 04:18:01