View Single Post

  #3 (permalink)  
Old 01-28-2006
Dany Heusbourg
 
Posts: n/a
Default 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


Reply With Quote