PHP is server side. If you want to continously display the real time on your
page, accurate to the second, you'd have to refresh every second...if you're
not concerned about to the second accuracy, you could just use the date
function with teh appropriate parameters to give you the current time whent
the script would have been accessed...but if you're looking for something
that updates itself, look at javascript, or write an applet...

-jack

-----Original Message-----
From: Budi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 03, 2001 11:05 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Real Time


Hi, I need some help for displaying realtime clock on my page with PHP
script.
Any ideas how to do it ?



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to