Page 1 of 1
how to make function run every 30 min ???!!!
Posted: Mon Sep 13, 2010 6:07 pm
by minos_mks
if i have some functions i need to run them every 30 min or every 1 hr how i can do it ???? thnx for your time
Re: how to make function run every 30 min ???!!!
Posted: Mon Sep 13, 2010 6:20 pm
by Eran
You can use cron jobs on a linux server or event scheduler on a windows server. Set up a repeating task that runs the functions you need
Re: how to make function run every 30 min ???!!!
Posted: Tue Sep 14, 2010 6:40 pm
by minos_mks
do you mean theat event scheduler is an function in php ????!!! , thanx for your help
Re: how to make function run every 30 min ???!!!
Posted: Tue Sep 14, 2010 6:41 pm
by Eran
no. please look up some information on those services on google