Your request looks fine. What are you doing with $query once you have constructed it?
Another question worth asking is what is your ultimate goal here? I'm not sure performing a manual request is necessary, but maybe it is. Chris --- Todd Cary <[EMAIL PROTECTED]> wrote: > # now we build our query > $query = "GET $abs_url" . > "HTTP/1.0\r\n" . > "Accept-Language: en-us\r\n". > "Host: $host:$port\r\n". > "Connection: close\r\n"; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php