PDA

View Full Version : php countdown timer



Sain Cai
January 27th, 2009, 19:10
In the RPG I am altering (I downloaded a Dragon Warrior script, and installed some mods and altered other) I wish to place a countdown timer on my 1 on 1 fights and Land Battle pages (5 min and 6 hours respectively) Would I need this coded for specific tables I have or will a general script work? I will get the tables after, as the host is showing a suspended page lol :)

Any help of course would be severely appreciated :)

JonnyH
January 28th, 2009, 11:32
To do this live with just php would be nearly impossible since PHP is server side and only runs once, you could on the other hand build a AJAX timer that runs the PHP.

Sain Cai
January 28th, 2009, 11:58
Ah kk, where could I find a script that would handle this? :)

JonnyH
January 28th, 2009, 12:23
You'd most probably have to make one yourself due to AJAX customisation with the PHP. My advice would be look at the JQuery libary, simple AJAX functions will callbacks.