[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP cron problem
- Subject: Re: [cobalt-users] PHP cron problem
- From: craig <craig@xxxxxxxxxxxxx>
- Date: Sat Nov 9 11:28:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Sat, 9 Nov 2002, Michael Aronoff wrote:
> I have a php script I used to run from a cron job by using this command:
>
> /usr/bin/lynx -dump http://www.oneofmysites.org/daily.php >/dev/null
>
set the term type in the crontab
term = vt100
* * * * * /usr/bin/lynx -dump http://www.oneofmysites.org/daily.php
>/dev/null