Need a very simple formmail script that doesn't require the user to put in his/her email adress. Any recomendations?
Good easy formmail script?
Collapse
X
-
Good easy formmail script?
Tags: None -
-
Make a simple file that ends with .php and put this lines there:
then make anther page with this code:Code:<? $msg=$_POST["msg"]; mail("youremailgoeshere","title", "$msg","FROM:recipe <$from>");?>
<form method=post action=thenameofthepageyoucreated>
<textarea rows="2" name="msg" cols="20"></textarea>
<input type=submit value=submit>
</form>

TrafficCashGold Paying Webmasters Since 1996!
Awesome Conversions! Fast Weekly Payments! Over 125 Tours!Comment
-
Thanks, will try this
Comment


Comment