Hi All,
Is there a timer function similar to settimeout() in javascript which runs continuously
for every interval of time.What i need to do is to check whether any new mails haave come .The programs needs to run in the background
Thanks in Advance
Paul
Urgent Help Regarding Timer
Moderator: General Moderators
Re: Urgent Help Regarding Timer
setTimeout()
setInterval()
setInterval()
-
achinthpaul
- Forum Newbie
- Posts: 4
- Joined: Fri Mar 13, 2009 5:01 am
Re: Urgent Help Regarding Timer
Hi ,
Thanks for the reply .But that can be used only in javascript .i want to use it with php
Thanks again for the reply
Paul
Thanks for the reply .But that can be used only in javascript .i want to use it with php
Thanks again for the reply
Paul
Re: Urgent Help Regarding Timer
sleep()
usleep()
usleep()
There are 10 types of people in this world, those who understand binary and those who don't
Re: Urgent Help Regarding Timer
Oh missread..achinthpaul wrote:Hi ,
Thanks for the reply .But that can be used only in javascript .i want to use it with php
Thanks again for the reply
Paul