how to make function run every 30 min ???!!!
Moderator: General Moderators
how to make function run every 30 min ???!!!
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 ???!!!
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 ???!!!
do you mean theat event scheduler is an function in php ????!!! , thanx for your help
Re: how to make function run every 30 min ???!!!
no. please look up some information on those services on google