Posted by Ian Hobson on 04/01/07 22:25
mouton wrote:
> Hello,
>
> I have a contact form on my website that sends form data to a php page
> where the php mail() function collects and send them to me.
>
> On this action page, one variable contains my email address in the form:
> $myEmail = "myemail@blah.com";
>
Put your email address in the script you are calling, not in the
variable that goes to/from the browser.
Ian
[Back to original message]
|