Just a quick question about this function. I read php.net about this function and it says that it has been introduced in php 5 however i am running php4 and it still works....??? I must be wrong some where.
The reason i bring it up is really because i have used this function on another machine and it throws up an error about this function so i looked into it and that is what i found.
As per the PHP on-line manual page for [man]file_get_contents[/man]: "(PHP 4 >= 4.3.0, PHP 5)". However, the inverse, [man]file_put_contents[/man], is PHP 5 only; so perhaps you're confusing the former with the latter as far as availability goes?