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
show PHPs error messages
Moderator: General Moderators
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()
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()