Thread: PHP as CGI??
View Single Post
Old 05-07-2003, 08:17 PM   #6 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Quote:
Originally posted by sde
what is your error reporting set to in your php.ini .. try this if it isn't setup:
Code:
error_reporting  =  E_ALL & ~E_NOTICE
it might just be reporting notices.
Actually, that's exactly what it's set to. Aside from that, I've put

PHP Code:
error_reporting(E_ALL); 
at the top of my scripts.
bdl is offline   Reply With Quote