show PHPs error messages

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ftd
Forum Newbie
Posts: 5
Joined: Wed Nov 29, 2006 8:00 pm

show PHPs error messages

Post 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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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()
Post Reply