Re: [PHP-WIN] also... a real time clock (no forms)

2001-09-21 Thread Mike Flynn
You can't have a dynamic clock on a webpage using a server-side script like PHP. That requires a client-side script or applet. What you can have PHP do is show the current time every time a page is reloaded. That's easy enough: Just use the date() function somewhere. And what the other guy

[PHP-WIN] also... a real time clock (no forms)

2001-09-19 Thread Arron Edwards
hello again, can someone please help me to make a realtime clock in PHP not using forms only plain text that updates when the time changes, i.e. every minute etc... thank you again =) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co