• 0

Running a script on regular intervals


Question

How would I be able to have a PHP script be ran on regular intervals to generate a custom news page from the web. If it was loaded every time, then each load would be 5 secs, way too long. Is there anyway to run a script regularly without visiting it in ie?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

If your server supports it, you can have the sript run for ever, and only do somthing every few minutes :p

There is some PHP scripts that check Email accounts or get data off of IRC that way :p

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.