This is a discussion on Timestamp from a Third Party within the PHP Language forums, part of the PHP Programming Forums category; Hello everyone! My hosting company has been playing with their servers and screwing up the timestamp. Is there any way ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Fidelita Munos <fidelita@msn.com> wrote:
> My hosting company has been playing with their servers and screwing up the > timestamp. > Is there any way I could get the timestamp from a third party server? Sure, you could use all kind of stuff, like: -the date header in http responses -ntp (udp port 123) -rdate (tcp port 13) |