Jump to content

[SOLVED] Auto repeating script help


eyehawk78

Recommended Posts

You need to set up a cron job. Usually your host will supply this feature in the control panel, so I would check there.

 

running a external php script

 

What do you mean when you say "external"? Are you saying the script is not on your server?

 

 

"The crontab command, found in Unix and Unix-like operating systems, is used to schedule commands to be executed periodically. It reads a series of commands from standard input and collects them into a file known also known as a "crontab" which is later read and whose instructions are carried out."

 

Basically a cron job will run a script every X amount of time, X being the interval of time that you set. You can usually set them up from the control panel of your hosting account. I personally have not had a host that doesn't offer crons, but I am sure there are some...so your going to have to check.

 

Here is some more information:

http://www.unixgeeks.org/security/newbie/unix/cron-1.html

http://info.connect.com.au/docs/hosting/vws/advanced/cron.html

http://en.wikipedia.org/wiki/Cron

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.