JustAnotherDude
10-18-07, 07:57
Hello,
I inherited a temp job helping get a web site moved to a new host. One of the questions I was asked is with regard to customer privacy. It seems that when a customer fills out the "contact us" mail form at their web page, the email header contains the customer's IP address. Not sure why that's a big deal, but the owner is all hot about it. It 's in the header data, like this...
X-EN-OrigIP: 168.233.1.6
Is there a way to prevent that, and if so are there any legal issues to worry about?
The script uses the mail() function to send the form data. Being a PHP novice, I am not sure where to start to remedy the "problem", but the owner wants to have the "contact us" form submission protect the customer from any potential infringement of privacy.
Suggestions and advice greatly appreciated.
Thanks!
I inherited a temp job helping get a web site moved to a new host. One of the questions I was asked is with regard to customer privacy. It seems that when a customer fills out the "contact us" mail form at their web page, the email header contains the customer's IP address. Not sure why that's a big deal, but the owner is all hot about it. It 's in the header data, like this...
X-EN-OrigIP: 168.233.1.6
Is there a way to prevent that, and if so are there any legal issues to worry about?
The script uses the mail() function to send the form data. Being a PHP novice, I am not sure where to start to remedy the "problem", but the owner wants to have the "contact us" form submission protect the customer from any potential infringement of privacy.
Suggestions and advice greatly appreciated.
Thanks!