Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Handling 2

Status
Not open for further replies.

soundmind

Technical User
Jun 30, 2003
16
US
Dear Experts,

I've been programming in PHP for months now. The most trouble I have is problem solving. Is there a website I can look up error messages and know what they mean?

What is the best way to learn error handling? I have set error_reporting(15) so I'm getting all the information I can get, I suppose.

The other day when I ran my app, it said I have an undefined constant. Took me a while to figure out I was missing a $ sign for one of my variables. Such a simple thing, but took a chunk of my time. Is there an easy way to tackle error messages?


Thanks!
 
Learn it the hard way. Mistakes like a missing $ will become less often as you gain experience.

Or, have a look at PHPEd :
Have not used it myself -just googled "php debugger".

Good luck §;O)


Jakob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top