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

Re: [cobalt-users] PHP via cronjob



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