Page 1 of 1

trick to replace file() and file_get_contents(); ?

Posted: Mon Nov 20, 2006 12:39 pm
by visonardo
I need sometime to replace to file and file_get_contents functions because in the server has been disable :?

Posted: Mon Nov 20, 2006 1:07 pm
by Burrito

Posted: Mon Nov 20, 2006 1:53 pm
by visonardo
noone of them are able in this server that im using :?

Posted: Mon Nov 20, 2006 2:11 pm
by Chris Corbyn
visonardo wrote:noone of them are able in this server that im using :?
fsockopen() is disabled? wtf? Move to a new host dude ;)

Posted: Mon Nov 20, 2006 2:24 pm
by volka
Do you want to access a file on a remote server or on the same server (i.e. via local filesystem)?