On Fri, 24 May 2002, Gary wrote:
> Is there a way to get the user information? I know there must be a constant
> variable, but I can't seem to find it.

What kind of information? Age? Favorite fish?

You can get the information that their browser sends in the request header 
(browser version, platform, preferred language and encoding, IP address, 
etc.) but not anything more personal than that. With JavaScript you might 
be able to fish out a bit more and send it back to your PHP program.

miguel


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

Reply via email to