Re: Please help - no variables passed from jscript to PHP script
Hello
You should trie the $_POST variable in your php script!!
> <form enctype="text/plain" name="details" method="POST"
> action="testsend.php" onsubmit="document.details.submit()">
> <table border="0" width="400">
If you want to uese $_REQUEST change the method to GET.
Dan
|