Re: [PHP] HTTP POST Question

2001-02-20 Thread Julian Wood
[SMTP:[EMAIL PROTECTED]] Sent:Monday, February 19, 2001 7:33 AM To:Montgomery-Recht, Evan Subject:Re: [PHP] HTTP POST Question You have to use header() function and how POST work you can find in HTTP RFC at http://www.w3.org/Protocols/rfc2616/rfc2616.html ---

[PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
Good morning... This should be a good monday morning question. I have a cgi-bin written in perl (it's actually, a interface to a perl-module which is a interface to a telnet-like protocol). Anyways what I need to do is I have already existing code written in PHP, but at some point I need to

RE: [PHP] HTTP POST Question

2001-02-19 Thread MList
;$host","$patha","$string"); // call the function ? -Original Message- From: Montgomery-Recht, Evan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 2:06 PM To: [EMAIL PROTECTED] Subject: [PHP] HTTP POST Question Good morning... This should

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
To: Montgomery-Recht, Evan Subject: Re: [PHP] HTTP POST Question You have to use header() function and how POST work you can find in HTTP RFC at http://www.w3.org/Protocols/rfc2616/rfc2616.html - Milan Mlynarcik Web Programme

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
, 2001 9:06 AM To: Montgomery-Recht, Evan Subject: Re: [PHP] HTTP POST Question You can do it with socket functions. - Milan Mlynarcik Web Programmer Charmed Technology Slovakia Nam. sv. Egidia 16/37 058 01 Poprad, Slovakia

Re: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
I've been struggling with the same idea. I haven't been able to process the returned value, but I've the following methods to DISPLAY the cgi results. Although, the PHP has no way of knowing wether the CGI evaluated to a Yes or No result. If you solve this, then please let me know.

RE: [PHP] HTTP POST Question

2001-02-19 Thread John Monfort
). -Original Message- From: Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 7:33 AM To: Montgomery-Recht, Evan Subject: Re: [PHP] HTTP POST Question You have to use header() function and how POST work you can find in HTTP RFC at http: