Homerboy Lifer Mar 1, 2000 30,890 5,001 126 Jan 26, 2005 #1 for the life of me I can not find a javascript time clock that takes the SERVER time and not the visitors local PC time. ANyone have such a thing?
for the life of me I can not find a javascript time clock that takes the SERVER time and not the visitors local PC time. ANyone have such a thing?
MrChad Lifer Aug 22, 2001 13,507 3 81 Jan 26, 2005 #2 JavaScript is client side, so that doesn't work. You'll need to use a server-side language to obtain the server time.
JavaScript is client side, so that doesn't work. You'll need to use a server-side language to obtain the server time.
Homerboy Lifer Mar 1, 2000 30,890 5,001 126 Jan 26, 2005 #3 yeah I figured that out... but I still cant figure out how to do it
MrChad Lifer Aug 22, 2001 13,507 3 81 Jan 26, 2005 #4 What server side language? Can you post some code?