Hide Php Error Messages – How To !?
July 8th, 2008
No comments
How can I hide PHP error messages in browser?
in php.ini file (global settings for server):
display_errors = Off
Using the ini_set() function to set the value of this, you will have to do it every time you run the script though.
<?php
ini_set("display_errors", ...
Categories: Bookmarks, Hosting, PhP, Tech, Web display_errors php, error_reporting php, Hide Php error, ini_set php, Php Error Messages, PHP Script, php.ini file








