[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP via cronjob
- Subject: Re: [cobalt-users] PHP via cronjob
- From: "Nico Meijer" <cobalt-users@xxxxxxxxxxxxxxx>
- Date: Wed Mar 7 14:53:52 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
> how can i run a *.php script on a RaQ4 through an cronjob?
> Hope, anyone can give me advice...
Try: lynx -dump http://whatever.com/path/to/script.php.
Lynx will visit your page, dump its output and, because it's invoked via
cron, this dump will be e-mailed to you.
Have a good one,
Nico