Right way to get Web Server time and display it on Web Pages

后端 未结 5 1179
再見小時候
再見小時候 2020-12-29 08:46

I am developing my website using PHP Codeigniter Framework. I want to display my webserver\'s time as well as client\'s machine time on some of my web pages. I

5条回答
  •  长发绾君心
    2020-12-29 09:31

    This example will try to display server time every second.

    
    
    
    
    
    
    
    
    
    
    
    

    SOURCE1

    http://www.plus2net.com/javascript_tutorial/clock.php Note the above example is php free.

    SOURCE2

    http://www.webdeveloper.com/forum/showthread.php?228309-Getting-server-date-time-with-no-server-side-script

提交回复
热议问题