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 r

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"