Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

php email

$
0
0

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>

Viewing all articles
Browse latest Browse all 13200

Trending Articles