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!
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!