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

Re: [cobalt-users] PHP cron problem



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