[SOLVED] php v 4.2.3 - file_get_contents gives error help!
Posted: Sun Mar 14, 2004 10:18 am
does anyone know why when i try to use file_Get_contents("file"); it gives me an error call to undefined function?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
function file_get_contents($file) {
return join("\n", file($file));
}