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

Re: [cobalt-users] PHP via cronjob



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