no matter what i try, whenever php errors out, instead of getting a page with errors on it, i get a blank page with the standard header:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY>
i ran phpinfo(), and confirmed that error reporting was on for everything but warnings, and that html_errors was on. since i can't tell what my script is doing wrong, i have to guess constantly (usually it turns out to be syntax errors, but occasionally im forced to give up on the current project). any ideas?