To contact our
if ($site == "Head Office") { echo 'Corporate Headquaters'; }
$query = "SELECT site_name from storage_sites WHERE site_id = '$site'";
$result = mysql_query($query) or die("Query failed");
while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
foreach ($line as $col_value) { echo "$col_value"; }
}
?>
office, please fill out the fields below and then click on the "send email" button at the bottom of the screen.
if ($site == "Head Office") { print 'Please direct all storage inquiries to the location at which you are interested in storing goods.