Adobe Creative Suite 5, click here to learn more


Graphic Design Forums: UK forums for graphic designers » Website Design Forums: » Website Coding & Programming Forum: » Contact Form problem

Reply
Old 02-21-2010, 11:20 AM   #1
Junior Member
 
PhilBen's Avatar
 
Join Date: Feb 2010
Location: Cornwall
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Contact Form problem

Hi all does anyone know of a free contact form script that graps the ip address and prints it in the email??? I have tried the form iam using but can'y get it to work. Can anyone else get this to work ????

<?php
include("global.inc.php");
$errors=0;
$error="The following errors occured while processing your form input.<ul>";
pt_register('POST','Name');
pt_register('POST','EmailAddress');
pt_register('POST','Telephone');
pt_register('POST','WebAddress');
pt_register('POST','IntrestedIn');
pt_register('POST','Howdidyouhearaboutus');
pt_register('POST','Comments');
$Comments=preg_replace("/(\015\012)|(\015)|(\012)/","&nbsp;<br />", $Comments);if($Name=="" || $EmailAddress=="" || $IntrestedIn=="" || $Howdidyouhearaboutus=="" ){
$errors=1;
$error.="<li>You did not enter one or more of the required fields. Please go back and try again.";
}
if($errors==1) echo $error;
else{
$where_form_is="http".($HTTP_SERVER_VARS["HTTPS"]=="on"?"s":"")."://".$SERVER_NAME.strrev(strstr(strrev($PHP_SELF) ,"/"));
$message="Name: ".$Name."
Email Address: ".$EmailAddress."
Telephone: ".$Telephone."
Web Address: ".$WebAddress."
Intrested In: ".$IntrestedIn."
How did you hear about us: ".$Howdidyouhearaboutus."
Comments: ".$Comments."
";
$message = stripslashes($message);
mail("------------------","Form Submitted TAG Web Design",$message,"From: Tag Web Design:");
header("Refresh: 0;url=--------------------------");
?><?php
}
?>


Thanks
Phil
PhilBen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Flyer Printing | Print Reseller Scheme | Graphic Design | Logo Designer | Web Design UK | Graphic Design UK | Letterhead Printing
Business Card Printing | UK Business Forum | Logo Designer | NCR Pads | NCR Books | Receipt Books | Drinks Coasters | A6 Flyers | A5 Leaflets
Web Design & Development | vBulletin Skins | Small Business Websites | Leaflets | Leaflet Printing | Web Design Liverpool | Invoice Books


DISCLAIMER: All posts on this forum express the views and opinions of the author only, not the owners, staff or advertisers, hence we will not be held liable.


Powered by vBulletin®
© Copyright Jelsoft Enterprises Ltd
SEO by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.