Can Fatal error be removed using error reporting(0)???
Moderator: General Moderators
-
indian98476
- Forum Commoner
- Posts: 78
- Joined: Tue Dec 15, 2009 3:24 am
Can Fatal error be removed using error reporting(0)???
i got a fatal error msg....can this be bypassed by using error reporting(0);?
Re: Can Fatal error be removed using error reporting(0)???
No. fix the error
Re: Can Fatal error be removed using error reporting(0)???
error_reporting() doesn't stop errors from happening, it just stops them from being reported.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.