Hi all, I need to a timer(system time) to the web page.How to do it.
Are you talking about seconds countdown, mnutes, hours?
There are a million and one Javascript countdown timers available out there...
time() function will return the current UNIX time (or microtime()). Is that what you are searching for?