<?php session_start(); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="description" content="We recondition commercial and industrial refrigeration equipment in Johannesburg South Africa, rebuild semi hermetic refrigeration compressors from 1hp up to 30 hp. Offered also as service exchange units. Condensing bases with semi hermetic or sealed compressors for medium or low temperature with matching blower coils and controls.">

 <meta name="keywords" content="reconditioned, refrigeration, compressors, johannesburg, south africa, blower coils, fridges, catering equipment, ice cube makers, cold rooms, industrial freezer rooms, fans, second hand, used, semi hermetic compressors, sealed compressors, alberton, cold storage solutions, bar fridges, ice blocks, air conditioning, hp, low temperature, medium temperature, condensing units, service exchange, blast freezing, defrost heater, oil seperator, match capacity, ">

<LINK rel="stylesheet" type="text/css" name="menu" href="menu.css"> 

<title>Four Season Refrigeration - Reconditioned Compressors, Blower Coils, Display Fridges and much more</title>
</head>





<body>

<div class="outline1">


 	<div class = "topfarleft">
 <h3><a href="mailto:info@fsrefrigeration.co.za">info@fsrefrigeration.co.za</a> <br />(+27) 082 753 3659</h3>
 
    </div>
    <a href="https://germiston.yalwa.co.za/ID_105310631/Four-Season-Refrigeration.html"target="_blank">
<img height="32" align="right" src="https://static.yalwa.co.za/images/7823_0306/yalwa/seal_english.gif" 
alt="Refrigeration Germiston" style="border:0;"></a></br>

 <div class = "notes">
<i><font size = "2">Newly added <a href="Specials.html">Special Equipment</a>: Water chiller, Sabroe open compressor.
</i></font><p></div>
   		 
<div id= 'cssmenu'>
<ul>
   <li><a href="index.html"><span>Home</span></a></li>
   <li><a href="Products.html"><span>Products</span></a></li>
   <li><a href="freezer.html"><span>Cold/Freezer Rooms</span></a></li>
   <li><a href="Specials.html"><span>Special Equipment</span></a></li>
   <li class='active'><a href="contactus.php"><span>Contact Us</span></a></li>
   <li class='last'><a href="ice_plant.html"><span><b><font color="red"><i>Ice Plant For Sale</i></font></b></span></a></li>
</ul>
</div>





<div class = "line">
  </div>	

  
 
    
    
    
  <div class = "wrapper">
   
  

 <div class = "lefttext1">
<div class = "textheading3">

</div>
<p>
Please send us a email or give us a call. Should you require a quote please specify which product(s) you are interested in. We will get back to you as soon as possible <p>

</div>



  <div class ="contactform">
  
<b>Email: </b>info@fsrefrigeration.co.za
<p>
 <b>Phone: </b>(+27) 0118682135  <b>Cell: </b>(+27) 0827533659 
 <p>
<b> Factory Address: </b> 264 Bosworth Street, Alrode South, Johannesburg

</div>

  </div>
<p>
<div style="color:Red;">    
<b>SCAM ALERT: PLEASE NOTE THAT WE HAVE NO AFFILIATION TO "ALRODE FRIDGE FACTORY SHOP".<p>
THIS COMPANY USES OUR CONTACT DETAILS FRAUDULENTLY.</b>
</div>

<?php 

 
 //$from= test_input($_POST['Email']); 
 //$name= test_input($_POST['Name']); 
 //$phone= test_input($_POST['Phone']);
 //$company= test_input($_POST['Company']);
 //$body = test_input($_POST['Message']);
 //$wrappedbody = wordwrap($body, 70);
 $headers = "From: $from"; 
 $subject = "Four Season Website Contact Query"; 
 $code = $_POST['captcha_code'];
 


//*****************************************************************************************************


	function test_input($data) {
		
		$data = trim($data);
		$data = stripslashes($data);
		$data = htmlspecialchars($data);
		return($data);
	}
 
 
	include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php'; 
	$securimage = new Securimage();

	$address = test_input($_POST['Address']); //hidden field to test bots

	if (empty($address)) { //check if bot has filled this out

			if (isset($_POST['Email']) and ($securimage->check($code) == true))  { 
				$to = "info@fsrefrigeration.co.za";  
				$subject = "Four Season Website Contact Query"; 
				
				$name= test_input($_POST['Name']); 
				$phone= test_input($_POST['Phone']);
				$company= test_input($_POST['Company']);
				$body = test_input($_POST['Message']);
				$wrappedbody = wordwrap($body, 70);
				$from= test_input($_POST['Email']); 
				$headers = "From: $from";
				$message = "You have received a webquery from: $name. Phone: $phone. Email: $from . Company: $company. Message: $wrappedbody";
				
				
				$headers2 = "From: noreply@fsrefrigeration.co.za"; 
				$subject2 = "Thank you for contacting Four Season Refrigeration"; 
				$autoreply = "Thank you for contacting Four Season Refrigeration. Somebody will get back to you as soon as possible, usually within 24 hours.";

				$send = mail($to, $subject, $message, $headers); 
				$send2 = mail($from, $subject2, $autoreply, $headers2); 

				if($send)  {	 
						echo '<script>';
						echo 'alert("Thank You. Your message was sent successfully!")';
						echo '</script>';	
					} else 	{
						echo '<script>';
						echo 'alert("Something went wrong, please contact us directly.")';
						echo '</script>';

				} 
		

			} elseif  (isset($_POST['Email']) and ($securimage->check($code) == false)) {

				echo '<script>';
				echo 'alert("The security code entered was incorrect.")';
				echo '</script>';
			}

	} else { 
		echo '<script>';
		echo 'alert("Error")';
		echo '</script>';
	}
exit; 

?>


 
//*****************************************************************************************************