![]() | |||||||
Wanted: Simple Countdown Timer Code Hi there I am just wondering if anyone is able to provide me with the code (PHP or HTML) for a text countdown timer. The text will simply be: ? days, ? hours, ? minutes, and ? seconds until .... I would prefer that the numbers (?) actually count down on the page (PHP?), or if they only give a value at the time the page is loaded (HTML?). I have tried for the last hour to get one going, and I have, but it gives errors (java errrors). Thanks for any help! |
Hey Matt I got something for you. Although I cannot take credit for writing this, it does look pretty neat :) Its definitely not php, because once php loads on a page, it has no more interactions with the server, thus cannot (as far as I know) continue to countdown without the help of a client side application. That is where the lovely javascript comes in. The following is copy and paste code from http://scripts.franciscocharrua.com/countdown-clock.php and should be saved as an external js file (countdown.js). Code:
Once the file has been saved, you are going to want to call the file by placing the following code in the header of the HTML page in which you want the countdown to appear. Code:
Now, find the spot in your HTML document where you want the countdown to appear. Place the following code in the exact spot within the HTML code where you want to countdown to appear. Code:
And Poof! You got it! A custom countdown. You can then style it with CSS, which is fairly standard. Let me know if you need anything else :gl: Good luck -Steve |
Cheers dude - will give it a shot. I already have some javascript for other stuff in my header, and everytime I try a method like above, that involves adding more javascript to my header - it never works. I will try and figure it out, but dont expect much luck |
Haven't heard anything to see if it does indeed work. Would be nice to let other users know if it did indeed work and what your environment was. Thanks -Steve |
Yup, it never worked I think it conficts with other stuff in my header |
| All times are GMT -7. The time now is 05:43 PM. |
Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0