How to Debug

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
zeon82
Forum Newbie
Posts: 3
Joined: Wed Mar 25, 2009 10:33 am

How to Debug

Post by zeon82 »

Hi,

I have been having some troubles with some PHP code on one of my domains. It works on every domain we have except this one.

Now the domains are hosted with the same ISP on the same server. They have told me i need to use the debugging tool but will not tell me how to do this so i feel like im banging my head against a brick wall with them :banghead:

Does anyone know how to debug a piece of PHP code, if so any help is much appreciated.

Apologies if this is in the wrong forum.
MasterBeta
Forum Commoner
Posts: 38
Joined: Thu Apr 02, 2009 4:35 am
Location: Lincoln, NE

Re: How to Debug

Post by MasterBeta »

Maybe your looking for this: http://php.net/error_reporting
Post Reply