Hello all,
I keep getting an warning message printed to the screen when a file cant be opened..
$fp = file("/path/myfile.txt"
;
Is there a dienice or croak function in php that will catch the error message so the user doesnt have to see it?
Thanks,
Greg
I keep getting an warning message printed to the screen when a file cant be opened..
$fp = file("/path/myfile.txt"

Is there a dienice or croak function in php that will catch the error message so the user doesnt have to see it?
Thanks,
Greg