[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] setting up a cronjob for running a php file



> What I do to run a php script through cron is to actually do a wget on the
> script. So I would change your command to:
> "wget http://www.domain.com/netstatus/cron_script/cron_script.php
> >/dev/null"
>

Hi mark,

I tried your suggestion however it works the result is a saved php file no
matter the redirection to /dev/null

Do you know how can this be denied ?? Cause I don't want 24 hours every 5
min a saved php file

Thanks ! Robbert