[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: elmer@xxxxxxxxxxxxxx
- Date: Fri Mar 9 08:03:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 7 Mar 2001, Carrie Bartkowiak wrote:
} I know most people shudder at the thought of this, but is there a way we
} could just drop it into the cron.daily folder (for example) and have it run
} like that? Or won't .php run that deep in the system?
} (I don't know, haven't tried running a php script outside of a site folder.)
If you compile a second (or a first) as a cgi you end up with an
execuitable that can be used just like Perl, Bash, Python, etc.
It only takes a minute.
It's worth the effort if you know and like PHP.