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
countdown ( how many days left)
Moderator: General Moderators
countdown ( how many days left)
Last edited by beetle08 on Tue Feb 21, 2012 5:27 am, edited 1 time in total.
- PHPHorizons
- Forum Contributor
- Posts: 175
- Joined: Mon Sep 14, 2009 11:38 pm
Re: countdown ( how many days left)
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.
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.