how can i make a form mailer script with PHP?
I am very new to php.
the form is:
<form method=GET action="contactform.php">
Your Nameinput type="text" name="name"><br>
Your E-Mailinput type="text" name="email"><br>
Comments/Questions/Suggestions/etc.<br>
<textarea name="questcomment" rows="6" cols="50">
</textarea><br>
<input type="submit" value="Submit"><p>
and i don't know how to like get this information mailed to my e-mail adress.



input type="text" name="name"><br>

Bookmarks