Page 1 of 1
countdown ( how many days left)
Posted: Wed Jun 16, 2010 11:00 am
by beetle08
Hi, im trying to create a countdown for a webpage, where it counts down daily and tells you how many days are left.
Do i create this with PHP?
thanks
Re: countdown ( how many days left)
Posted: Wed Jun 16, 2010 12:19 pm
by PHPHorizons
Hello beetle08,
Assuming that you want the countdown to be based on the timezone of the server, you will need to provide a timestamp generated by the server.
Otherwise, there is nothing else that requires the server to intervene.