Page 1 of 1

Hi, Email Script.

Posted: Wed May 25, 2005 10:37 am
by BoxingKing
Hi,


I was wondering can anyone help me. What I need to know is it there a script that I can add to a HTML form that when someone feels it out with there email and click submit it emails me the information but from there email address?

Thank you.


:lol:

Posted: Wed May 25, 2005 11:24 am
by phpScott
Don't shout people will help you any way.

Posted: Wed May 25, 2005 12:11 pm
by Skara
mail()

e.g.

Code: Select all

mail("you@someplace.net","Hello","This is my message","From: whoever@elsewhere.net\nReply-To: whoever@elsewhere.net");