OK, im trying to get working a countdown clock for a kind of game im doing.
Basically I need the clock to have only minutes and seconds, and it counts down from say 10 minutes from whenever the user enters the site.
I understand this may need to be java script as I want people to actually see the minutes and seconds tick away.
When the time is up, I need the page to be re-directed to a new page which will state that their time is up- game over etc
As this game spans over 48 web pages, the clock obviously needs to carry forward its time (minutes remaining) over to each page.
Ideally I would like the 'clock/timer' to float at the top of each screen (perhaps with CSS?).
Can anyone help with this?
Even if someone has this code in asp (rather than php) it would be of great help. :-)