See PostToHost in the archives:

http://marc.theaimsgroup.com/?l=php-general&m=92353052714384&w=2

Kirk

> -----Original Message-----
> From: LaserJetter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 12, 2002 12:15 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] How do I send a POST request?
> 
> 
> I'm currently sending an HTTP request for
> clientlogin.php?date=2002-02-12&type=nl and doing this by 
> opening a socket
> connection with fsockopen, fwriting "GET
> /clientlogin.php?date=2002-02-12&type=nl......" to the socket 
> and then using
> fgets to read the response.
> 
> How do I send a POST request using a similar method?
> I'm doing this in PHP-GTK so I cant write an HTML form and 
> submit it with
> Javascript.

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

Reply via email to