Thread: PHP as CGI??
View Single Post
Old 05-07-2003, 08:30 PM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
why do you put that at the top of yoru scripts .. notice the

~E_NOTICE

if you put "error_reporting(E_ALL);" at the top of every page ..then that cancels out the "~E_NOTICE" which means "dont' report notices .. just all other errors "

try to either take that errro_reporting() function off of the top of each page .. or add the ~E_NOTICE to it as well.
__________________
Mike
sde is offline   Reply With Quote