Posted by newbie on 07/06/07 23:25
Hi,
I wonder if it's possible to detect a user (the browser's) timezone
when he/she access my php file? I saw ppl suggesting using javascript
to collect that information. But I wonder if it's possible to do it
without the headache of javascript.
Thanks,
<?php
// (1) here I somehow get his/her timezone
// (2) here fill his/her login timestamp into database----
apparently, this timestamp should be converted to a unified time
zone.
?>
Navigation:
[Reply to this message]
|