View Single Post
Old 11-25-2005, 10:36 AM  
Adultnet
Confirmed User
 
Join Date: Sep 2003
Posts: 8,713
Make a simple file that ends with .php and put this lines there:
Code:
<?
$msg=$_POST["msg"];
mail("youremailgoeshere","title", "$msg","FROM:recipe <$from>");?>
then make anther page with this code:
<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!
Adultnet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote