Posted by Sean on 11/27/05 18:13
Only you can answer how you plan to code the response, but if you do get http post you can access it like: $var1 = $_POST['var1']; or to start off use: print_r ($_POST); //which will show all the data posted to the script.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming