Call function automatically every 5 mins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jian Liang
    New Member
    • Nov 2010
    • 1

    Call function automatically every 5 mins

    Hi,

    I have a PHP page named INPUT.php to let respondent answer questions. I have a function named SAVE() save their input into database. I need to call SAVE() every 5 mins automatically . How can I do it?

    Thanks.
  • Curtis Mattoon
    New Member
    • Nov 2010
    • 7

    #2
    You'll need to use "cron jobs" in your cPanel.

    Check out http://roshanbh.com.np/2008/01/how-t...-cron-job.html for a tutorial.

    Comment

    Working...