I am getting expected notices and warnings, and would like to turn them off on my php file. errors are:
Warning: fsockopen()
and notices are:
Notice: A non well formed numeric value encountered in
I am planning to use cron for this php script, and do not want to get any errors or notices logged anywhere... ie cpanel error log etc...
Thanks

/dev/null. Still, errors are generally there for a reason - you'd presumably like to know when your cron script breaks! Try handling the errors gracefully. – ceejayoz Oct 29 at 18:43