Re: PHP script and cron

[email protected] (Robert Sedlacek) Thu, 23 Oct 2003 12:28:30 +0200
Newsgroups php.lang
Message-ID <[email protected]>
On Tue, 14 Oct 2003 13:29:07 +0200, Romek wrote:

> My php is installed as a server module. I am using Solaris 9 OS.
> 
> My question is: How to modify php configuration or Solaris conf, to run any
> script using  crontab (script should be run automatically every ten
> minutes).

2 possibilities:

- recompile php with CLI
- make a script calling the php-file url via lynx


Robert