Countdown Timer for Bidding System

Language

You can use this code if you have a bidding system. It’s a timer that will let your visitors know the time left before the bidding closes.

The simple PHP script will look up the value from closing_date field of bids table then use it as the target date.

The JavaScript is created by Robert Hashemian.

You need to have PHP/Apache/MySQL running in your system in order to run this script. To learn more on how to install these systems please visit the PHP Tutorial page.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Thanks for the code. Now is there anyway i can manipulate the timer when a button is clicked? like to reset when it is less than or equal to 00:00:00:10 and a button is clicked. how can implement that? Thanks once again.

Add new comment