so i can turn off the error reporting
nowto the visitor no error shows up but
is there someway that if the error happens an email alert is sent at a specified email address...to admin only?
// Turn off all error reporting
error_reporting(0);
how can i send the error occured in email to the admin only?
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)