what are the best practises for hiding all php errors? As I don\'t want ERRORS to show to the user.
I\'ve tried using the .htacess by p
.htacess
Use PHP error handling functions to handle errors. How you do it depends on your needs. This system will intercept all errors and forward it however you want it Or supress it if you ask it to do so
http://php.net/manual/en/book.errorfunc.php