--- Todd Cary <[EMAIL PROTECTED]> wrote:

> I must be missing something because when I execute the
> following code, open the socket, and send the query,
> the form that the info is going to gets created but it
> is corrupted. Do you see any obvious error?

Yes, I do. It was likely due to a misinterpretation of my response
caused by wrapping. The request line needs to be like this:

GET $url HTTP/1.1\r\n

> $query = "GET $abs_url\r\n" .
> "HTTP/1.0\r\n" .

You have these on two separate lines here.

Chris

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

Reply via email to