[thelist] PHP erros on..

Joe Flintham list at menticulture.com
Tue Jan 9 10:23:30 CST 2007


Tris wrote:
> sooo, how can I turn on all errors, so tat I can ensure I can clean
> all the code to be super good!
>
>   
hi

this line will make PHP report all errors (including notices and warnings):

ini_set("display_errors", true);


HTH

Joe



More information about the thelist mailing list