[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] setting up a cronjob for running a php file
- Subject: Re: [cobalt-users] setting up a cronjob for running a php file
- From: "R. Hamburg \(hava.nl\)" <user@xxxxxxx>
- Date: Fri Feb 15 03:23:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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