Re: [PHP] Strange url include problem

2002-07-01 Thread Jason Wong
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_pat

[PHP] Strange url include problem

2002-07-01 Thread Leon Mergen
Hello, I'm having a little bit problems with including an url into my page... 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 inclusi