Forum Moderators: phranque
sorry for my english and thanks!
PHP only sees the headers your browser sends to the PHP enabled web server, along with the HTTP request. These headers generally give information about your IP address, browser/OS version and language preferences. Your browser does not send your email address to the web server. PHP cannot "get mail from php variables ($HTTP_bla)". Well, unless you've hacked the browser's UA string and put your address in it, but surely you would remember that ;)
What browser are you using? Does it send HTTP_FROM?