Twister1004 Posted November 2, 2008 Share Posted November 2, 2008 Hey everyone, I was wondering if there is a count down timer in PHP I could make? Is there? Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/ Share on other sites More sharing options...
wildteen88 Posted November 2, 2008 Share Posted November 2, 2008 What are you wanting to archive to? Can you please explain more. Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680577 Share on other sites More sharing options...
Twister1004 Posted November 2, 2008 Author Share Posted November 2, 2008 What i mean is make a count down timer from one day(Say like today) til some other day (say like 3 days from now). How would I go about that or is it not possible in PHP? Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680579 Share on other sites More sharing options...
wildteen88 Posted November 2, 2008 Share Posted November 2, 2008 You may be better of using a client side language (such as Javascript) if you want a live count down counter. You could do it in PHP however the count down wont be live. You'll have refresh the page for the counter to update. Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680581 Share on other sites More sharing options...
Twister1004 Posted November 2, 2008 Author Share Posted November 2, 2008 Lol, oooh boy.... Javascript. I normally would go try it out and learn it, but I've got a lot to learn already with 5 different codings =P. Oh well, might as well take a stab at it. Hummmm, Know any really good teachings for javascript? (Besides w3schools) Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680584 Share on other sites More sharing options...
wildteen88 Posted November 2, 2008 Share Posted November 2, 2008 If you search google you should be able to find some "JavaScript count down timers". Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680585 Share on other sites More sharing options...
Andy-H Posted November 2, 2008 Share Posted November 2, 2008 http://unix.com.ua/orelly/ http://unix.com.ua/orelly/webprog/jscript/index.htm Link to comment https://forums.phpfreaks.com/topic/131085-solved-question/#findComment-680586 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.