Re: [PHP] Submitting Form Information

2001-02-23 Thread Richard Lynch
riginal Message - From: "Matthew Aznoe" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Friday, February 23, 2001 2:37 PM Subject: [PHP] Submitting Form Information > Is there a way to simulate a form submission to a cgi-script using PHP? I > am trying to write a script that

[PHP] Submitting Form Information

2001-02-23 Thread Matthew Aznoe
Is there a way to simulate a form submission to a cgi-script using PHP? I am trying to write a script that will replace the frontend of another CGI script with a customized one of my own, but I need to be able to pass form data into the next page in the cgi (including a password). Matthew Aznoe