<?php
/**
 * converted to mysqli Mar 27,2020
 */

$user = get_current_user();

include "/home/$user/.php/bootstrap.php";

//include("/home/$user/.php/beta.inc");
$result = mysqli_query($primary_db,"SELECT * FROM links");
while ($row = mysqli_fetch_array($result,MYSQLI_ASSOC)) {
	$xyz = $row[code];
      $theLink[$xyz] = $row[link];
	  
} 

include("/home/$user/secure_html/complianceTraining/menu.php");

$pagetitle = "SAFE Program";
$title = "SAFE PROGRAM";

$info .= "Our SAFE Program provides you with our professional oversight of your safety records to help ensure compliance with the 
		required US DOT regulations.  Simply ship your records to our office and we'll evaluate your entire compliance program, 
		assist you in completing or securing any missing documentation and provide our organizational expertise to help you stay in compliance. 
"; 


$mainoutput .= "$thisMenu
		<br>Our service includes:
		<br><br>
		1) Setting up Driver Qualification Files
		<br>  
		2) Setting up & keeping an Accident Register 
		<br>
		3) Setting up Financial Responsibility (Insurance) Files
		<br>
		4) Organizing Drivers Hours of Service (logs) Records
		<br>
		5) Setting up Vehicle Inspection & Maintenance Files
		<br>
		6) Setting up Drug & Alcohol Testing Files
		<br>
		<br>
		If you have not yet started your record keeping, our <b>SAFE START Program</b> combines our <b>Safe program</b> as previously noted and 
		our <b>DOT Compliance Start-Up kit.</b> Save money on compliance products and get great compliance assistance in one package.
		<br>
		<br>    
		Call us  at <b>1-888-GET-DOT-INFO (1-888-438-3684)</b> for a free consultation and price quote on our DOT Compliance Services.
		<br>
		<br>
		<a href='https://www.permitsplus.com//complianceTraining/dotHelp.php?thisOrder=safe'>
		For a quote by email click here.
		</a>

";
include ("/home/$user/secure_html/php.includes/page.inc");
echo $page;
?>