Is there a way to get the time of the client with PHP? I mean, if you can get the client hostname, there gotta be a way to get the time too, am I wrong?
Printable View
Is there a way to get the time of the client with PHP? I mean, if you can get the client hostname, there gotta be a way to get the time too, am I wrong?
Yes you're wrong. I am pretty sure you can get the time with javascript, and then have the javascript pass it to the php script.
this could help
Actually, that I knew it. But thanks anyways!!!
well if i solved your problem, please set this thread to resolved
The client address is known as it is part of the underlying communication protocol. The client timestamp is not.