Server Real Time on Website -


i grab time (something like): 16:08 server - , display on website real time. (like, each minute update, , display new time.

i'm not sure however, way accomplish nor if there nice plugin should aware of. :d

can have insights possibilities here?

i'm using php , can use jquery library.

thanks lot, mem

use javascript , set timer every minute. have timer call function uses ajax call correct page on time server gets time , have javascript replace existing time.

you actual time server when load page, use javascript increment minute/hour section appropriately using timer 'ticks' every minute.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -