Page 1 of 1

show PHPs error messages

Posted: Wed Nov 29, 2006 8:07 pm
by ftd
Hi all,

I am using an Apache Web server, and coding with PHP via Dreamweaver text editor. What I would like is for Apache to show the error messages as at this stage it does not.

Cheers,

ftd

Posted: Wed Nov 29, 2006 10:07 pm
by Burrito
you need to turn error reporting on.

you can do this in the php.ini file or you can do it on the page itself using ini_set() along with error_reporting()