Re: [PHP] displaying time on the server

2003-10-15 Thread CPT John W. Holmes
From: "Adam Williams" <[EMAIL PROTECTED]> > I was wondering if someone knew how to display the time on the server to a > web page that resides on that server, and have it update the time each > second? I was looking at javascript for this, but they all use the client > PC viewing the page to get

Re: [PHP] displaying time on the server

2003-10-15 Thread Chris Shiflett
--- Adam Williams <[EMAIL PROTECTED]> wrote: > I was wondering if someone knew how to display the time on the > server to a web page that resides on that server, and have it > update the time each second? PHP can't do this. It executes on the server, not on the client. > I was looking at javascri

[PHP] displaying time on the server

2003-10-15 Thread Adam Williams
Hello, I was wondering if someone knew how to display the time on the server to a web page that resides on that server, and have it update the time each second? I was looking at javascript for this, but they all use the client PC viewing the page to get the time, but I want it to display the s