I am trying to make a countdown timer in php
i have a start timestamp & end timestamp iam trying to get the output to look like this
00:05:10
can anybody lead me down the right path.
Thank you
I am trying to make a countdown timer in php
i have a start timestamp & end timestamp iam trying to get the output to look like this
00:05:10
can anybody lead me down the right path.
Thank you
http://php.about.com/od/learnphp/ht/countdown_php.htm
may this will help you :)