|
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
|