countdown ( how many days left)

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
beetle08
Forum Newbie
Posts: 1
Joined: Wed Jun 16, 2010 10:55 am

countdown ( how many days left)

Post 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
Last edited by beetle08 on Tue Feb 21, 2012 5:27 am, edited 1 time in total.
User avatar
PHPHorizons
Forum Contributor
Posts: 175
Joined: Mon Sep 14, 2009 11:38 pm

Re: countdown ( how many days left)

Post 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.
Post Reply