I made a form, but i would like that to mail to my inbox. In nice looging mail. Orded if you now what i main.
This is my form code.
- Code: Select all
<form name="form1" method="post" action="http://mylink/test:)">
<p>
<textarea style="background-color:#0099FF "name="E-mail" id="E-mail"></textarea>
<input style="background-color:#0099FF "type="submit" name="Submit" value="GO!">
</p>
</form>
I know ive got to make somthing in php but the only problem is i dont know what i must make in it.
Can some one help ?
Thanks,
lms




