On Thu, 4 Apr 2002, Martin Schichl wrote:
> Is there an environment variable in PHP, which holds the value
> of the email-adress, which is stored in the user's browser?

PHP has no access to this. It's possible on some poorly-designed browsers 
to fish it out using JavaScript tricks. It's a very rude thing to do, and 
some security software will notice you trying and tell the user what you 
are up to, which does not make you look good.

miguel


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

Reply via email to