magic_man64 Posted September 23, 2009 Share Posted September 23, 2009 Hey Guys, Please advise if this has already been addressed. I have thus far been unable to find anything definitive that I can work with. Im needing a countdown script that reads SERVER TIME, not client local machine time. It needs to display a text countdown on the page that will refresh when it reaches 0. In addition, the 15 min incraments need to be time based (ie: 00:00, 00:15, 00:30, 00:45), and continue every hour. It is very important this be based on server time and not client time. If anyone can help, it would greatly appreciate. Also, if you need any further info or I have missed something, please let me know and I will answer as best I can. Thanks! MagicMan Link to comment https://forums.phpfreaks.com/topic/175290-countdown-to-refresh-server-time-every-15-minutes/ Share on other sites More sharing options...
5kyy8lu3 Posted September 24, 2009 Share Posted September 24, 2009 you could just use an html meta refresh, and set it to 15 minutes. php's date() goes off of server time so you could use that if you need to know server time for your script. Link to comment https://forums.phpfreaks.com/topic/175290-countdown-to-refresh-server-time-every-15-minutes/#findComment-923861 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.