|
Posted by Captain Dondo on 11/10/35 11:45
I've got an embedded system. It has a web server. I want to display a
page with the system time and date - not the client time and date, but
the server time and date.
The only tools I have available to me are PHP on the http server end and
javascript on the browser end...
The webserver knows only how to serve static web pages and run cgi
scripts. (It's not apache...)
Given these limitations, is there a way to show a real-time, ticking
clock? Or should I just use PHP to show the time at the moment the page
was generated?
Thanks,
--Yan
Navigation:
[Reply to this message]
|