How to debug PHP or view the PHP error message?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hillxy
Forum Newbie
Posts: 7
Joined: Wed Apr 07, 2004 2:28 pm

How to debug PHP or view the PHP error message?

Post by hillxy »

Thank you.
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

Code: Select all

error_reporting(E_ALL);
And so much more..

http://www.php.net
Post Reply