Page 1 of 1

PHP Time

Posted: Tue Aug 16, 2005 12:10 pm
by quadoc
I've a page that display the current time. Is there a way that I can have the time change without having to refresh the page? Does anyone know? Please post some tips. Thanks... :?

Posted: Tue Aug 16, 2005 12:15 pm
by trdesigns
The best way I can think of for doing this is using JavaScript. I don't think using something PHP-based would be practical.

Posted: Tue Aug 16, 2005 12:36 pm
by feyd
correct, real-time clock should be done in Javascript.

Posted: Tue Aug 16, 2005 1:00 pm
by quadoc
Thanks for the tips, I'll try that.