http://php.net/curl

> -----Original Message-----
> From: Hugh Bothwell [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 10, 2002 4:31 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: How can I open URL using HTTP POST instead of HTTP
> GET?
> 
> 
> 
> "Zlutarch G." <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi everyone,
> >
> > PHP fopen function opens URL using the HTTP GET method. But what if one
> > could only open the web page using the HTTP POST method? In this case,
> fopen
> > won't work. Is there a PHP function that is similar to fopen, but uses
> HTTP
> > POST method to open URL instead? If not, then how do I work around this
> > problem?
> 
> Umm... you might have to open a socket and read/write directly.
> To do this, you'd have to look up the appropriate RFCs and write
> the headers manually.
> 
> Anyone got a better idea?
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to