Skip to content

nimeshdolphin/countdownTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

PHP/JS countdown timer

This countdown timer will countdown to multiple GMT times of day, everyday and notify the user when the timer has reached the next time.

How to use

Simply drop the countdownTimer.php file into the website directory and include it in the page.

‹?php require_once('countdownTimer.php');?›

Next include a span with the id of "timer" where ever you want it to display on the webpage.

‹span id="timer"›‹/span›

Requirements

  • PHP4
  • Javascript

Demo

countdowntimer

Improvements

Replace PHP with equivalent Javascript GMT date to seconds formatting.

About

Dynamic PHP/JS countdown timer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages