Re: [PHP] Re: Use cron to execute a script --> OTHER problem now

2001-08-21 Thread Travis Cannell
Ok I have the same problem but this isnt working. The first line of my sript is #!/usr/local/php -q , BTW this isnt in the brackets, but should it be? then I use lynx -dump -http://localhost/show_reminder.php in the crontab, but the mailer demon gives me the message your terminal lacks the abil

RE: [PHP] Re: Use cron to execute a script --> OTHER problem now

2001-08-21 Thread Dave
php files are text files you have to tell cron (or more directly the system) what to do with it. like a perl script, simply tell it where to find the PHP processor and it will then use it to run your script... otherwise it is just diaplaying a page of text every minute. you must have a cgi copy