Posted by bobmct on 10/13/56 11:53
sachu wrote:
> Hi,
> Is there is way to run a php file perodically everyday on scheduled
> time in such a way that there is no human interaction and it
> performence the written task.
I do this every night with several php scripts that DO things in an
unattended mode.
I make sure that I have the proper shebang (#!/usr/bin/php) as the first
statement of my script, then I create a cron job to run at the specified
time to execute the appropriate php script(s).
Works like a charm.
Bob
[Back to original message]
|