Yes, i needed to do it within the script itself for some reason during execution. How would a proper example look like?
ini_set("display_errors",1);
ini_set("register_globals",1);
Would this produce what I need?
Just tested..it didn't affect the script, still doesn't show errors because display errors are off in the .ini file.