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.
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.
Comment