Hello, I would like to disable php errors from being displayed in a browser when an error is encountered.
I consulted the PHP help and found this:
[url]http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors[url]
I noticed in particular this statement from the above link:
I wish to disable php from displaying errors to the end user. How do I do this? I noticed on the php.net article that it can be done by adding this line to the php.ini file:Code:This is a feature to support your development and should never be used on production systems (e.g. systems connected to the internet).
Where can I find this php.ini file?Code:ini_set(\'display_errors\', 0);


LinkBack URL
About LinkBacks



