GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Good easy formmail script? (https://gfy.com/showthread.php?t=544393)

Anna_O 11-25-2005 09:25 AM

Good easy formmail script?
 
Need a very simple formmail script that doesn't require the user to put in his/her email adress. Any recomendations?

Anna_O 11-25-2005 10:26 AM

badabump

Adultnet 11-25-2005 10:36 AM

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>
:pimp

Anna_O 11-25-2005 10:51 AM

Thanks, will try this :)


All times are GMT -7. The time now is 08:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123