View Single Post
Old July 12th, 2003, 11:06 AM   #6 (permalink)
patrickb
the one who was
Super #1
 
patrickb's Avatar
 
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
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
patrickb is offline