[PHP] fsockopen() and POST From: Todd Cary (todd <email protected>)
Date: 12/29/00

I am trying to send data via a socket and the POST method. I have no
problems with the GET, but the POST is not putting anything into the
$HTTP_POST_VARS array. Here is what I am sending:

POST http://209.204.172.138:80/hec/php/purchaseinfo.php HTTP/1.0
Host: 209.204.172.137:80
Content-type: application/x-www-form-urlencoded
Content-length: 11
test=123456

Is there some glaring error??

Todd

--
Todd Cary
Ariste Software
todd <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>