I need some information about time counter script in php...
time counter means time countdown
i mean there is a one game in that
player1 starts the game after 30sec the play choice will goes to player2...
for this i need to set countdown..
please help me in this script....
thanks in advance.....
Time Counter script
Moderator: General Moderators
-
mickeyunderscore
- Forum Contributor
- Posts: 129
- Joined: Sat Jan 31, 2009 9:00 am
- Location: UK
Re: Time Counter script
I don't think PHP is really capable of doing this, as all PHP will be processed before being sent to the client. You need to use a client-side language such as JavaScript.