Re: Re[4]: [PHP] Submitting to cgi script

2002-07-21 Thread Peter James
> This worked now my question is. Is there a way to force it to submit with > POST rather than GET > Look at the CURL functions on php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[4]: [PHP] Submitting to cgi script

2002-07-21 Thread rdkurth
H> .: B i g D o g :. RH> - Original Message - RH> From: <[EMAIL PROTECTED]> RH> To: "B i g D o g" <[EMAIL PROTECTED]>; "php-general" RH> <[EMAIL PROTECTED]> RH> Sent: Sunday, July 21, 2002 6:15 PM RH> Subject: Re[2]: [PHP] Submitting

Re: Re[2]: [PHP] Submitting to cgi script

2002-07-21 Thread Ray Hunter
Or you can use something else...but send it to the web server... .: B i g D o g :. - Original Message - From: <[EMAIL PROTECTED]> To: "B i g D o g" <[EMAIL PROTECTED]>; "php-general" <[EMAIL PROTECTED]> Sent: Sunday, July 21, 2002 6:15 PM Subject:

Re[2]: [PHP] Submitting to cgi script

2002-07-21 Thread rdkurth
<[EMAIL PROTECTED]> BigDog> To: "php-general" <[EMAIL PROTECTED]> BigDog> Sent: Sunday, July 21, 2002 5:46 PM BigDog> Subject: [PHP] Submitting to cgi script >> How can I do this >> >> I have a form that I want to submit to a second php script t

Re: [PHP] Submitting to cgi script

2002-07-21 Thread B i g D o g
i g D o g :. - Original Message - From: <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Sunday, July 21, 2002 5:46 PM Subject: [PHP] Submitting to cgi script > How can I do this > > I have a form that I want to submit to a second php script that in turn >

[PHP] Submitting to cgi script

2002-07-21 Thread rdkurth
How can I do this I have a form that I want to submit to a second php script that in turn submits to a cgi script but I can not get it to work. If I submit from the form to the cgi script it works just fine. But there are something that I need to do with the data besides submitting to the cgi scr