PDA

View Full Version : Script being called


duniyadnd
11-18-2002, 01:14 PM
Is there a way for a CGI Script to be called every 30 minutes? Even when the page is not being accessed? For instance, if I want to update a page with information to a list of articles another site has, and have to grab the necessary links, and I have to do this every 30 minutes, how would I call that?

The above is just a hypothetical example, basically no code.

Thanks
Duniyadnd

MCookie
11-18-2002, 08:32 PM
Cron can do that.
http://www.quest-pipelines.com/Newsletter/cron.htm
http://www.codingforums.com/search.php?action=showresults&searchid=40610&sortby=lastpost&sortorder=descending

Or if you don't have cron.. fake it:
http://smartcgis.com/cron/