HELP! No params passed from jscript to PHP script
am 27.01.2006 10:29:36 von Sean.DewisHi
I've got a simple web form, with j script validation.
All i want it to do, once the form fields pass validation, is POST the
data to my PHP script for processing.
In a very simple html form without any j script validation, it works
fine.
Now I've messed with it, the PHP script doesn't get any data in it's
$_REQUEST variables.
Can someone please help me?
-----test.shtml-----