Re: [PHP] Form Posting from script

2002-08-13 Thread Kevin Stone
--- Original Message - From: "GeneralX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 11:53 AM Subject: [PHP] Form Posting from script How do you post a form without actually waiting for submit button to be pressed? Got a CGI expecting a form pos

[PHP] Form Posting from script

2002-08-13 Thread GeneralX
How do you post a form without actually waiting for submit button to be pressed? Got a CGI expecting a form post, all the fields are already available as hidden type in a form, and just need to be send it. I know you can use Java as such: document.forms[0].submit();