
We sell a complete line of packing and moving supplies, as well as providing professional Packing and Unpacking services.


Make a note of your shipment registration number found in the upper right hand corner of your Bill of Lading and keep it with you in case you need to call your mover with questions about your shipment
“;
if(empty($clientName) || empty($email) || empty($tel) || empty($move_from) || empty($moving_to) || empty($moving_date))
header(“Location: /?err=Must%20fill%20all%20fields”);
$message = “Name: ” . stripslashes($clientName) .
“nPhone: ” . $tel .
“nEmail: ” . $email ;
$message .= “nnMove from: ” . $move_from .
“nMoving to: ” . $moving_to .
“nMoving date: ” . $moving_date;
$subject = ‘Pioneemoving Moving Home Page Estimate – Reference ‘.date(“Y”).’-‘.strtoupper(date(“M”)).’-‘.$num;
//$to = “kwheat@telus.net”;
$to = “kwheat@telus.net”;
$headers = ‘From: ‘.$email . “rn”;
//$headers .= ‘Reply-To: kwheat@telus.net’ . “rn” .
//$headers .= ‘Cc: mark@greatcanadianvanlines.com’ . “rn”;
$headers .= ‘Bcc: ken@standardmarketing.ca, hsinyinhuang@yahoo.com’ . “rn”;
mail($to, $subject, $message, $headers);
}
?>
Thank you for requesting a free estimate from us. We’ll respond within 1 business day.
If you are moving further than 300 km from your point of origin, we invite you to use our Long Distance Estimate form to provide you with a more accurate estimate.
We sell a complete line of packing and moving supplies, as well as providing professional Packing and Unpacking services.