PHP Code:
<p align="center">Would you like to sign up to our unoffical Newcastle United weekly newsletter?<br /> <p align="center"><select name="newsletter"> <option value="yes">Yes, Please</option> <option value="no">No, Thanks</option> </select>
$yes="yes";
What im trying to do is when the person submits the form, if they have chosen to recieve the newsletter their email address gets mailed to my toon-army.co.uk email address.
I suppose it is "if $yes.." but i honestly have no idea about the rest of it.
Also, how do you make it so when they press submit, it submits to the database and is stored.
Thanks in advance. 
|