hello there,
I'm very new new to this so forgive me. I have a very simple form for a mailing list here.
I need to know exactly what should go in the php file and how to link it with the form. I'm completely new so a step by step type thing would be amazing.
I'd like the forms contents to be emailed to mailinglist@onlyjoe.co.uk with the subject ADD TO ONLYJOE MAILING LIST and i'd also like the option for a success page.
Here's the html for the form incase you need it.
Please help,Code:<center><form action="php file goes here" method="post">
<font face="courier new" color="Black"><b>Email:</b></font> <input type="text" name="email" /><input type="submit" name="submit" value="Join Mailing List" />
</form></center>
Thanks for your time.
Andy

