[PHP] Re: Calling cgi post form from within php

2004-01-11 Thread Thomas Andersen
Thanks for your help guys, I got it working. Thomas Thomas Andersen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does anyone know how to call a cgi script and pass along a post-form from within php? Thanks, Thomas -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Calling cgi post form from within php

2004-01-10 Thread Thomas Andersen
a little extra info. This is a remote script located on another server. I will then get a return value for error checking purposes. Thomas Thomas Andersen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does anyone know how to call a cgi script and pass along a post-form from

[PHP] Re: Calling cgi post form from within php

2004-01-10 Thread Manuel Lemos
Hello, On 01/10/2004 04:46 PM, Thomas Andersen wrote: does anyone know how to call a cgi script and pass along a post-form from within php? You may want to try this class. It comes with an example to post a form to a remote server, exactly as you ask: http://www.phpclasses.org/httpclient --