hello all,
i have a simple, im sure to you guys, problem that i just cant find the answer too.....
i have this code below on my page and i need a small code that will email me the email address... all codes i see is with address...names....messages.... i only need the email! thanks a bunch;) Elaine
<form method="POST" action="FormToEmail.php"> <p> <label for='email'>Email Address:</label> <br> <input type="text" name="email"> <br> </p> <input type="submit" value="Submit"><br> </form>