//submitinclude("functions.php"); include("functions.php"); $message = false; if(isset($_POST['Submit'])){ $do = createQuotes($_POST['email'],$_POST['first'],$_POST['last'],$_POST['company'],$_POST['address'],$_POST['street'],$_POST['city'],$_POST['phone'],$_POST['fax'],$_POST['control_type'],$_POST['work_desc'],$_POST['job_address'],$_POST['job_city'],$_POST['job_state'],$_POST['cross_street'],$_POST['lane_to_close'],$_POST['lane_direction'],$_POST['speed_limit'],$_POST['work_hours'],$_POST['work_site_maint'],$_POST['wages'],$_POST['quote_type']); $message = true; } ?>
include('meta.ssi'); ?>