
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;
/* if ($db = sqlite_open(‘numdb’, 0666, $sqliteerror)) {
$cnt = @sqlite_single_query($db, “SELECT cnt FROM month_num where recdate='”.date(“Y-m”).”‘”);
if(!$cnt)
{
$num = 1;
sqlite_query($db, ‘DROP TABLE month_num’);
sqlite_query($db, ‘CREATE TABLE month_num (recdate char(7), cnt int default 1 not null)’);
sqlite_single_query($db, “INSERT INTO month_num (recdate,cnt) values(‘”.date(“Y-m”).”‘,”.$num.”)”);
}
else
{
$num = $cnt + 1;
sqlite_single_query($db, “UPDATE month_num set cnt = “.$num.” where recdate='”.date(“Y-m”).”‘”);
}
@sqlite_close($db);
}*/
$subject = ‘Pioneemoving Long Distance Estimate – Reference ‘.date(“Y”).’-‘.strtoupper(date(“M”)).’-‘.$num;
//$to = “kwheat@telus.net”;
$to = “hector@standardmarketing.ca”;
$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 long distance estimate from us. We’ll respond within 1 business day.
We sell a complete line of packing and moving supplies, as well as providing professional Packing and Unpacking services.