Re: [PHP] Email from Browser

2002-04-03 Thread Miguel Cruz

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




Re: [PHP] Email from Browser

2002-04-03 Thread Dennis Moore

You have no way of finding a user's email address without the user entering
it into a input tag and submitting it through a form.   The users email
address is stored in their email application not the browser.  So the short
answer is no.

/dkm



- Original Message -
From: "Martin Schichl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 10:33 PM
Subject: [PHP] Email from Browser


> Dear List!
>
> Is there an environment variable in PHP, which holds the value
> of the email-adress, which is stored in the user's browser?
>
> Martin
>
>
> -
> Dipl.-Ing. Martin Schichl
> SC&C Software, Communication & Consulting GmbH & Co KEG
> Grottenhofstr. 3, A-8053 Graz
> Tel. +43/(0)316/265-205, Fax +43/(0)316/265-234
> [EMAIL PROTECTED], http://scc.co.at
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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




[PHP] Email from Browser

2002-04-03 Thread Martin Schichl

Dear List!

Is there an environment variable in PHP, which holds the value
of the email-adress, which is stored in the user's browser?

Martin


-
Dipl.-Ing. Martin Schichl
SC&C Software, Communication & Consulting GmbH & Co KEG
Grottenhofstr. 3, A-8053 Graz
Tel. +43/(0)316/265-205, Fax +43/(0)316/265-234
[EMAIL PROTECTED], http://scc.co.at


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