On Monday 01 July 2002 23:14, Leon Mergen wrote:

> When I do this:
>
> include ("http://www.google.com/search?q=test&ie=UTF-8&oe=UTF8&hl=nl&lr=";);
>
> PHP returns an error:
>
> Warning: Failed opening
> 'http://www.google.com/search?q=test&ie=UTF-8&oe=UTF8&hl=nl&lr=' for
> inclusion (include_path='.:/php/includes:/usr/share/php') in
> /home/virtual/site6/fst/var/www/html/search/reply.php on line 64
>
> This certainly makes me wonder, since that page loads perfectly in my
> browser, and http://www.google.com/ works perfectly... anyone knows what
> I'm doing wrong?

Probably choking on the cookie that Google is trying to send you. Try using 
cURL or similar.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Schshschshchsch.
                -- The Gorn, "Arena", stardate 3046.2
*/


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

Reply via email to