How do i send a email with this form using php?

Chase K. Utley

New member
this is th form i have

<html>
<body>
<form method='post' action='mailform.php'>
Email: <input name='email' type='text' /><br />
Subject: <input name='subject' type='text' /><br />
Message:<br />
<textarea name='message' rows='15' cols='40'>
</textarea><br />
<input type='submit' />
</form>
</body>
</html>

Allright now i know nothing...... about php but im trying to learn so i really need help with getting a php form working through this html form so if you guys could just make a real simple one for me that would be really cool.

Thanks in advance
 
Back
Top