php page does not show errors ,how to make it show errors

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
krmkrishnan
Forum Newbie
Posts: 7
Joined: Thu Dec 04, 2008 11:36 pm

php page does not show errors ,how to make it show errors

Post by krmkrishnan »

hi all please my below code
hi i hav enabled
error_reporting(E_ALL);ini_set('display_errors', true);but still i don get any debugging messages.
i dont use apache im using only iis .
very urgent pls any one help me
thanks
mohan
jrja
Forum Newbie
Posts: 17
Joined: Wed Nov 19, 2008 10:28 am

Re: php page does not show errors ,how to make it show errors

Post by jrja »

User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Re: php page does not show errors ,how to make it show errors

Post by dude81 »

Are you sure, your PHP is working on IIS?
Post Reply