i have a timer in admin site, when i press start, the timer will start increased by second.
But how to let other users to see this timer? The timer in client site must be same with admin site.
anybody can help me ? thank a lots
have the button call a php script that creates a text file that contains the timestamp of the start of the timer. Then when you load pages on the user side the php can access this file and use the timestamp in that file to populate a hidden field on the html page which javascript will then use to kick off the timer.