Search Our Database

How to disable scripting warning and notices through .htaccess

Last updated on |
by

The Problem:
If you are sure that your script is working perfectly but still can’t get rid of warning and notices like:

Warning: fsockopen()

The Solution:
You can turn off the warning and notices by adding the following line to the .htaccess file in the web files main page directory.

php_flag display_errors off