PDA

View Full Version : "Error_reporting(E_ALL);" Gives no output...


x86m4nn
03-13-2005, 02:16 PM
I'm working on a script to take in a bunch of form fields and spit them out to the screen formatted in a preview before dropping them in my DB. It was working on my local dev machine(my laptop). After I transferred it and committed a sin of editing it before seeing it work, I tried it out. Blank screen. Now I can deal with the code myself or save that for another post. My question here is when I turn on error reporting using the statement in the subject, I still get a blank screen. My php is set to have error reporting off, but I was led to believe by every source I found that this function and arg turns it on for the script. Am I missing something?
Thanks for reading and replying in advance. =)

Charter
03-15-2005, 09:23 AM
Sounds like you have display_errors set to off so, regardless of error_reporting, nothing shows.