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)
-   -   PHP mail form post script .... (https://gfy.com/showthread.php?t=310017)

acctman 06-09-2004 01:01 PM

PHP mail form post script ....
 
anyone know where i can get a simple php script that will post my form fields to and email? i have a contact page in which i want the form info sent to an email

NickPapageorgio 06-09-2004 01:04 PM

I will write you one for $25 :Graucho

David! 06-09-2004 01:04 PM

PHPFormMail

It's not the newest one around but it does the job :)

NickPapageorgio 06-09-2004 01:05 PM

Quote:

Originally posted by PussyMan
PHPFormMail

It's not the newest one around but it does the job :)

*Kicks rock*

boyw_utr 06-09-2004 01:10 PM

i'll write you one for 15$

D_Nell 06-09-2004 01:13 PM

<?
###########################
# Configuration #
################################################## ###
$site_name = " NakedXChange"; # Put here your Sitename or Company
$site_email = "[email protected]"; # Put here your E-Mail adress
$site_reply = "[email protected]"; # Put here your E-Mail adress
$site_website ="http://www.nakedxchange.com";
$headers = "From: NakedXChange <[email protected]>\r\n";
################################################## ###


################################################## ###
# This below is the Information which will be sent to the customer
################################################## ###
if ($Name hahahaha "" || $Email hahahaha "")
{
echo "<font color=white><B>Not transmitted</B></font>";
echo "<BR> Error:<BR>Please fill it out: Your Name, Company Name and E-Mail!";
}
else
{
echo "<center><br><br><br><br><br><br><br><br><br>Thank s for your submission! <br><br><br><br><br><br><br> We'll be in contact within 24hours<br><br><br><br><br><br><br><br><br></center></td></tr>
</center> </table>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100% colspan=3 align=right><img border=0 src=images/nakedxchange7.gif></td>
</tr>
<tr>
<td width=100% colspan=3 bgcolor=#FFFFFF><img border=0 src=images/cleardot.gif></td>
</tr>
<tr>
<td width=100% colspan=3 class=directory bgcolor=#333333>
<p align=center>Copyright ?2002-2003 The NakedXChange Inc. All
rights reserved.</td>
</tr>
</table>
";

################################################## #####
# This below is the information which will
# be sent to the Administrator
################################################## #####
mail("$site_email",
"$site_name $siteinterest Contact Form",
"
Submitted By: $Name \n
__________________________________________________ __________\n
Name: $Name \n
Company Name: $CompanyName\n
Email: $Email\n
Telephone: $Phone\n
Regarding: $siteinterest\n
Comments: $Comments\n
__________________________________________________ __________", "$headers");

boyw_utr 06-09-2004 01:29 PM

Quote:

Originally posted by D_Nell
<?
###########################
# Configuration #
################################################## ###
$site_name = " NakedXChange"; # Put here your Sitename or Company
$site_email = "[email protected]"; # Put here your E-Mail adress
$site_reply = "[email protected]"; # Put here your E-Mail adress
$site_website ="http://www.nakedxchange.com";
$headers = "From: NakedXChange <[email protected]>\r\n";
################################################## ###


################################################## ###
# This below is the Information which will be sent to the customer
################################################## ###
if ($Name hahahaha "" || $Email hahahaha "")
{
echo "<font color=white><B>Not transmitted</B></font>";
echo "<BR> Error:<BR>Please fill it out: Your Name, Company Name and E-Mail!";
}
else
{
echo "<center><br><br><br><br><br><br><br><br><br>Thank s for your submission! <br><br><br><br><br><br><br> We'll be in contact within 24hours<br><br><br><br><br><br><br><br><br></center></td></tr>
</center> </table>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100% colspan=3 align=right><img border=0 src=images/nakedxchange7.gif></td>
</tr>
<tr>
<td width=100% colspan=3 bgcolor=#FFFFFF><img border=0 src=images/cleardot.gif></td>
</tr>
<tr>
<td width=100% colspan=3 class=directory bgcolor=#333333>
<p align=center>Copyright ?2002-2003 The NakedXChange Inc. All
rights reserved.</td>
</tr>
</table>
";

################################################## #####
# This below is the information which will
# be sent to the Administrator
################################################## #####
mail("$site_email",
"$site_name $siteinterest Contact Form",
"
Submitted By: $Name \n
__________________________________________________ __________\n
Name: $Name \n
Company Name: $CompanyName\n
Email: $Email\n
Telephone: $Phone\n
Regarding: $siteinterest\n
Comments: $Comments\n
__________________________________________________ __________", "$headers");


Maybe you can give also some free banner designs away here...now you are already giving away freebees... :Graucho

D_Nell 06-09-2004 01:37 PM

Quote:

Originally posted by boyw_utr
Maybe you can give also some free banner designs away here...now you are already giving away freebees... :Graucho
Nah only one Freebie everynow and then. But check out my "QUOTE" :thumbsup

acctman 06-09-2004 08:39 PM

thanks


All times are GMT -7. The time now is 01:55 PM.

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