Re: [PHP] How to run a PHP script on the UNIX command line

2002-01-07 Thread Steve Maroney
Read this ---> http://www.php.net/manual/en/commandline.php On Mon, 7 Jan 2002, Carlos Fernando Scheidecker Antunes wrote: > Hello all, > > I would like to have some PHP scripts to do DB maintanance. There are > not intended for web CGI. > > How can I run a script on my UNIX machine command lin

[PHP] How to run a PHP script on the UNIX command line

2002-01-07 Thread Carlos Fernando Scheidecker Antunes
Hello all, I would like to have some PHP scripts to do DB maintanance. There are not intended for web CGI. How can I run a script on my UNIX machine command line? I want to include it on my crontab. I know how to make it happen with Perl which is quite easy but I do not know how to do it in