|
I dont think that is the debug options you are talking about zaphyod.
Try this function:
ini_set("display_errors, "On");
That should fix your problem more than likely. And that can be a big security hole in theory. I would recommend doing your own error handling, and having it write to a log file that you can review. Maybe for quick testing and rewriting code leave it on, but cut it off.
http://www.php.net/manual/en/ref.errorfunc.php#ini.display-errors
Has a good example of those to deal with error handling logging....
Patrick
__________________
Patrick
Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org
|