[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: Oliver Schlag <chairman@xxxxxxxx>
- Date: Fri Mar 9 00:12:16 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hy,
running php from a command line requires only a CGI Version of PHP. Then you
could start it like every other programm on the system.
In a script with : #!/usr/local/bin/php -q
on command line : php -f filename.php
Thats all, it runs good consumes much memory ;-) and does the job.
Olly