Time Counter script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Time Counter script

Post 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.....
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: Time Counter script

Post 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.
Post Reply