Re: [PHP] php&javascript live-clock

2003-10-07 Thread Eugene Lee
On Tue, Oct 07, 2003 at 03:48:27PM +0200, Alex Ciurea wrote: : : is it possible to show the live-clock from the server machine, using : php and javascript, without having to make refresh of that page? AFAIK, no. PHP scripts get their time information from the server. JavaScript can get its time

Re: [PHP] php&javascript live-clock

2003-10-07 Thread Chris Hayes
At 15:48 7-10-03, you wrote: hello, is it possible to show the live-clock from the server machine, using php and javascript, without having to make refresh of that page? That would be a 99% javascript job. Find an existing javascript that works. When the page is loaded let PHP feed the javascript

[PHP] php&javascript live-clock

2003-10-07 Thread Alex Ciurea
hello, is it possible to show the live-clock from the server machine, using php and javascript, without having to make refresh of that page? there are scripts in javascript to display a clock, but it's the clock from client machine, not from server... php can obtain the live clock of the server