Hello,
We are having problem with our PHP script that we are using for Cron job, actually we have a PHP that runs per minute to update database. Though this script doesn't produce any output, not a single white space nothing...But still it generate HTTP Header, which cause an email to be sent to Root administrator of Linux Server.
Assume a HTTP header sent to admin every minute ...can we stop it some how, i.e. when I run "#php abc.php " it doesn't generate Header information.
thanks