Re: [PHP] How To get the Time Zone of the visitor?

2002-12-12 Thread Tom Culpepper
Found this tutorial that might be helpful
http://martin.f2o.org/php/localtime

-tom

Jacob Mangalyajyothy wrote:

Hi All,

I would lik eto get the information about the location of the visitors to my
site like From which IP, What browser and which part of the world etc.

How can get the information about the location of the visitor, using PHP?
for me, the
time zone is sufficient.

Thanks in advance.

Jacob Joseph.







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] How To get the Time Zone of the visitor?

2002-12-12 Thread Tom Culpepper
You can get the IP using getenv() 
(http://www.php.net/manual/nl/function.getenv.php) not sure how you 
would get the time zone though.

-tom culpepper

Jacob Mangalyajyothy wrote:
Hi All,

I would lik eto get the information about the location of the visitors to my
site like From which IP, What browser and which part of the world etc.

How can get the information about the location of the visitor, using PHP?
for me, the
time zone is sufficient.

Thanks in advance.

Jacob Joseph.







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php