On 6/19/07, Dan <[EMAIL PROTECTED]> wrote:
I'm having trouble with sockets in PHP, if anyone has the time to help out
that would be awesome.
I am trying to get the result of a post

There are a lot of people that are probably willing to help, but what
is your exact problem?


echo httpSocketConnection("www.google.com", "POST", "/search", "q=test",
"80");

This should post to google.com with a query of test.  Then give me the
response.  The function I'm using is below.

Google doesn't wants a POST request, make it a GET request and it should work.


Here's the function's code:

<snip>

You copied this straight from the web? If so, then there are probably
no bugs in it.

Tijnema

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

Reply via email to