Hi There,
I have a website i need to put on someone elses server which has display errors set to 0.
i have uploaded my site but am getting an error somewhere but not sure where as the site works fine on my 2 testing servers.
I would like to turn the error reporting on in the script but it doesn't seem to like it.
what i am doing is:
ini_set('display_errors', '1');
include("errors.php");
echo 'test'
echo 'test2';
This just gives me a blank screen and i'm a bit stumped!
Cheers,
hugh