why my php doesnt report any error if error occurs?

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
bigjl
Forum Newbie
Posts: 15
Joined: Fri Jan 13, 2006 11:15 am

why my php doesnt report any error if error occurs?

Post by bigjl »

I m using RHEL4.
There is no error report on the page when php page goes wrong.
Anyone knows how to open the function of showing errors in RHEL4?
thanks
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

look up error reporting in the php manual: http://www.php.net
Post Reply