I am getting expected notices and warnings and would like to turn them off in my PHP file. The error is:
Warning: fsockopen()
And the notic
You can set the type of error reporting you need in php.ini or by using the error_reporting() function on top of your script.