This is a discussion on Any way to get the date/time stamp from computer running the script? within the PHP General forums, part of the PHP Programming Forums category; Hi All, I am a network administrator in a fairly large software company and I would like to write a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I am a network administrator in a fairly large software company and I would like to write a php page, which I would execute once an hour from each machine on the network. This script should get a current date and time stamp of each computer executing the script. This is mostly because of coming DST changes and having hundreds of machines on the network, I don't want to connect remotely to every and each server to see if its time and date is correct. Is there any function or command in php, which lets me grab a current date/time from a machine executing the script? Please let me know, you could save me a lot of time :) Thanks, JK |