Re: [PHP] file_get_contents gets 404 error

2007-01-12 Thread Németh Zoltán
2007. 01. 11, csütörtök keltezéssel 22.11-kor Frank Arensmeier ezt írta: > In the manual it says: > > "You can use a URL as a filename with this function if the fopen > wrappers have been enabled...". > > First of all, I would check your php.ini file. If everything is ok > (fopen wrappers are

Re: [PHP] file_get_contents gets 404 error

2007-01-11 Thread Frank Arensmeier
In the manual it says: "You can use a URL as a filename with this function if the fopen wrappers have been enabled...". First of all, I would check your php.ini file. If everything is ok (fopen wrappers are on), maybe you could post some code. The last option would be to use an other way

Re: [PHP] file_get_contents gets 404 error

2007-01-11 Thread Németh Zoltán
2007. 01. 11, csütörtök keltezéssel 16.55-kor Jochem Maas ezt írta: > Németh Zoltán wrote: > > Hi all, > > > > I have some php websites, for example http://www.alterationx.hu/ > > > > Now I'm trying to get the site with file_get_contents, and I'm getting > > this error: > > > > Warning: file_get

Re: [PHP] file_get_contents gets 404 error

2007-01-11 Thread Jochem Maas
Németh Zoltán wrote: > Hi all, > > I have some php websites, for example http://www.alterationx.hu/ > > Now I'm trying to get the site with file_get_contents, and I'm getting > this error: > > Warning: file_get_contents(http://www.alterationx.hu/): failed to open > stream: HTTP request failed! H

[PHP] file_get_contents gets 404 error

2007-01-11 Thread Németh Zoltán
Hi all, I have some php websites, for example http://www.alterationx.hu/ Now I'm trying to get the site with file_get_contents, and I'm getting this error: Warning: file_get_contents(http://www.alterationx.hu/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found can anyone tell