Fairly simple(I suppose) question...
A normal javascript clock script would just show the time of the local PC.
Does anybody know off a javascript script that could retrieve the current time of the server, then act like a normal live time?
I sorta can figure out some pseudocode here...
<?php
give the javascript time()
?>
<script>
retrieve the time();
Then convert it into something like 12:21:39AM
Then increase like a normal clock would
</script>
Since this involves abit of PHP I can hopefully get away with posting this thread 😉
Anyway, Any help would be appreciated 🙂
Thanks in advance, Matt.