I got php installed and my code is working fine to do updates / process text files etc. My question is how do I get these to run in a cron? I have just added the straight file and nothing seems to run. Any pointers would be helpful.
Thanks
Joe
PHP needs to be compiled as a CGI in order to run cron executed scripts.
Check out: http://www.phpbuilder.com/columns/darrell20000319.php3 for how to shell script in PHP and also the man page for crontab(5) for how to run programs at specified times.
I hope this helps!
-Rich