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