Page 1 of 1

Time Counter script

Posted: Fri Feb 06, 2009 2:01 am
by kushaljutta
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.....

Re: Time Counter script

Posted: Fri Feb 06, 2009 7:01 am
by mickeyunderscore
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.