
August 2nd, 1999, 10:04 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Yes, there is a way you can cron PHP scripts, but you must have a program that will get web pages. fetch (for FreeBSD) is a good example, but I'm sure there are many others.
Then in the cron tab you would use a command like this:
/usr/bin/fetch http://www.domain.com/dir/file.php3
With the appropriate time specified of course. Basically any program that will grab a page from the web server can be used to automate a PHP script.
[This message has been edited by moderator (edited 08-02-99).]
|