Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 06-09-2004, 01:01 PM   #1
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
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
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:04 PM   #2
NickPapageorgio
Confirmed User
 
Join Date: Apr 2004
Location: NC
Posts: 8,323
I will write you one for $25
__________________
NickPapageorgio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:04 PM   #3
David!
By the wrath of Agamemnon
 
David!'s Avatar
 
Industry Role:
Join Date: Apr 2004
Location: Miami
Posts: 6,501
PHPFormMail

It's not the newest one around but it does the job
__________________
.
David! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:05 PM   #4
NickPapageorgio
Confirmed User
 
Join Date: Apr 2004
Location: NC
Posts: 8,323
Quote:
Originally posted by PussyMan
PHPFormMail

It's not the newest one around but it does the job
*Kicks rock*
__________________
NickPapageorgio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:10 PM   #5
boyw_utr
Confirmed User
 
Join Date: Oct 2003
Location: The Netherlands
Posts: 310
i'll write you one for 15$
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
boyw_utr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:13 PM   #6
D_Nell
Confirmed User
 
Join Date: May 2002
Location: London, UK
Posts: 1,264
:stoned

<?
###########################
# 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");
__________________

ITS TIME FOR SOME FREEHOSTING DAMN IT!
CLICK HERE!
ICQ# 98081374 | [email protected]
D_Nell is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:29 PM   #7
boyw_utr
Confirmed User
 
Join Date: Oct 2003
Location: The Netherlands
Posts: 310
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...
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
boyw_utr is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 01:37 PM   #8
D_Nell
Confirmed User
 
Join Date: May 2002
Location: London, UK
Posts: 1,264
Quote:
Originally posted by boyw_utr
Maybe you can give also some free banner designs away here...now you are already giving away freebees...
Nah only one Freebie everynow and then. But check out my "QUOTE"
__________________

ITS TIME FOR SOME FREEHOSTING DAMN IT!
CLICK HERE!
ICQ# 98081374 | [email protected]
D_Nell is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 06-09-2004, 08:39 PM   #9
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
thanks
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.