Welcome to sellrapids.com
»sell in the field...
Do you have a car, truck, boat, camper, or perhaps a trailer, etc that you
are looking to sell? If so you have come to the right place! We
offer a For Sale By Owner service to sell your item in our field located close
to the Highway 73/13 Intersection. Your vehicle will get high visulation
and the customer will contact you directly if they are interested in your item.
All we charge is $1 a day to park your item ($20 minimum).
Simply contact us using the form below, we will meet you in the field to show
you where to park your item, you will pay $20 upfront, and after 20 days you
will be charged $1 a day to keep your item parked which will be billed on the
1st of every month.
Well also offer a consignment program. If you would like us to sell
your vehicle or large item for you, please
click here.
";
}
if ($use_security_image && (strtolower($security_code) != strtolower($_SESSION['contact_form_security_code']) || $_SESSION['contact_form_security_code']=='') ) {
$errors.="The verification code for the image presented was incorrect. Please enter a correct verification code.
";
}
if ($message_body == '')
$errors.="Please enter a message
";
if ($message_subject == '')
$errors.="Please enter a message subject
";
if ($visitor_name == '')
$errors.="Please enter your name
";
if ( !$errors ) {
$ip = $_SERVER["REMOTE_ADDR"];
$httpagent = $_SERVER["HTTP_USER_AGENT"];
$time = date("D, F j, Y H:i O");
if ($visitor_name)
$visitor_name_and_email="$visitor_name <$visitor_email>";
else
$visitor_name_and_email="$visitor_email";
if ($contact_from_name)
$contact_from_email="$contact_from_name <$contact_from_email>";
$message = "
$message_body
____________________________
Browser Info: $ip $httpagent
";
if ($send_from_internal_address) {
$message= "
From: $visitor_name_and_email
Date: $time
Subject: $message_subject
".$message;
}
if ($send_from_internal_address) {
mail($contact_to_email, $contact_subject." $message_subject", $message, "From: $contact_from_email\r\nReply-To: $visitor_name_and_email");
}
else {
mail($contact_to_email, $contact_subject." $message_subject", $message, "From: $visitor_name_and_email");
}
echo "Your message";
echo " From: ".htmlentities($visitor_name_and_email)." Re: ".htmlentities($message_subject)." ".htmlentities($message_body)." ";
echo "Has been sent. Thank you for contacting us.";
$message_sent=true;
}
}
if (!$message_sent) {
$this_file = substr(strrchr($_SERVER['PHP_SELF'], "/"), 1);
?>
|