Error debuging

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
Vinaysingh
Forum Newbie
Posts: 1
Joined: Thu Dec 01, 2011 4:22 am

Error debuging

Post by Vinaysingh »

What is the easiest method for error sort out in php?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Error debuging

Post by social_experiment »

You should have error reporting on that will help (for production purposes)
http://php.net/manual/en/function.error-reporting.php
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply