On 6/19/07, Dan <[EMAIL PROTECTED]> wrote:
I got the function from the web, the implementation I did myself, echo
httpSoc...

Maybe I'm not using the function right because I keep getting a fatal error
of:
Fatal error: Call to undefined function logEventToTextFile() on line 79

Does it look like I'm implementing the code correctly?

And I tried with GET, I get the same error.

- Daniel

Hi,

It seems that you copied only a part of the code, and that you didn't
copy the code of that self-made function.

You can remove these lines:
logEvent('debug', 'Failed opening http socket connection:
'.$errorString.' ('.$errorNumber.')<br/>\n');
logEventToTextFile('debug', $chunk_length);
logEventToTextFile('debug', $responseContent);

Tijnema



"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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



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

Reply via email to