// Error Check for Required fields
if ($email == "")
{
Print "";
Print " ERROR ... Hit the back button on your browser. ";
Print "Please enter an email address. An email address is required.";
Print "";
Print " | ";
exit;
}
if ($name == "")
{
Print "";
Print " ERROR ... Hit the back button on your browser. ";
Print "Please enter your name. Your name is required.";
Print "";
Print " | ";
exit;
}
if ($phone == "")
{
Print "";
Print " ERROR ... Hit the back button on your browser. ";
Print "Please enter a phone number. A phone number is required.";
Print "";
Print " | ";
exit;
}
if ($comments == "")
{
Print "";
Print " ERROR ... Hit the back button on your browser. ";
Print "Comments or inquiries are required. Please enter in comments or inquires.";
Print "";
Print " | ";
exit;
}
include("Variables.php");
mysql_connect("localhost",$MysqlName,$MysqlPW) or die("Unable to connect to SQL server");
@mysql_select_db("$dbName") or die("Unable to select database");
$ContactSelectStr = "SELECT * FROM " . $TablePrefix . "_Sells_Contacts WHERE SellsContactID = '$contact'";
$ContactResults = MySQL($dbName,$ContactSelectStr);
$ContactRowCount = MySQL_NUMROWS($ContactResults);
$cfname = MySQL_RESULT($ContactResults,0,"SellsContactFirstName");
$clname = MySQL_RESULT($ContactResults,0,"SellsContactLastName");
$cemail = MySQL_RESULT($ContactResults,0,"SellsContactEmail");
$thecontact=="Customer Service ";
// Send Out The Email
mail($sendto ." <". $cemail .">", "Wildwood Properties Listing Inquiry",
"
CONTACT INFORMATION:
From: $name
Email: $email
Company: $company
Phone: $phone
Comments and Inquiries:
$comments
PROPERYT OF INTEREST:
Title: $title
Property ID: $property
Status: $status
",
"From: ".$email." <".$email.">\r\nReply-To: " .$email);
?>
Thank You!
We appreciate your interest in our company and
the listings we provide.
We
have received your submission and will be getting
in touch with you shortly.
Continue
browsing our listings here:
|
|
|
 |
 |
|
 |
 |
| Needmore Properties
P.O. Box 70995• Albany, Georgia 31708 • 229-439-1837
Broker Number: H-54562
Wildwood Properties
P.O. Box 70483• Albany, Georgia 31708 • 229-883-7174
Broker Number: H-31593 |
|
|
 |
|
|
|
 |
| |
|