User resolution: ' . $_SESSION['screen_width'] . 'x' . $_SESSION['screen_height']; $screenWidth = $_SESSION['screen_width']; $screenHeight = $_SESSION['screen_height']; } else if(isset($_REQUEST['width']) AND isset($_REQUEST['height'])) { $_SESSION['screen_width'] = $_REQUEST['width']; $_SESSION['screen_height'] = $_REQUEST['height']; header('Location: ' . $_SERVER['PHP_SELF']); } else { echo ''; } // FIND MY DOMAIN OR SUB-DOMAIN -- $_SERVER['SCRIPT_URI'] outputs the striped domain $mySubUrl = explode('.', $_SERVER['HTTP_HOST'])[0]; if($mySubUrl == "driversedstudybuddy"){ $_SERVER['SCRIPT_URI'] = "http://".$_SERVER['HTTP_HOST']."/"; $myState = "State"; } else if (explode('.', $_SERVER['HTTP_HOST'])[1] == "driversedstudybuddy"){ $_SERVER['SCRIPT_URI'] = "http://".$_SERVER['HTTP_HOST']."/"; $myState = ucwords (explode('.', $_SERVER['HTTP_HOST'])[0]); } else if (ucwords(explode('.', $_SERVER['HTTP_HOST'])[0]." ".explode('.', $_SERVER['HTTP_HOST'])[1]) == "Washington Dc"){ $_SERVER['SCRIPT_URI'] = "http://".$_SERVER['HTTP_HOST']."/"; $myState = "Washington DC"; //explode('.', $_SERVER['HTTP_HOST'])[0]." ".explode('.', $_SERVER['HTTP_HOST'])[1] } else { $_SERVER['SCRIPT_URI'] = "http://".$_SERVER['HTTP_HOST']."/"; $myState = ucwords(explode('.', $_SERVER['HTTP_HOST'])[0]." ".explode('.', $_SERVER['HTTP_HOST'])[1]); //explode('.', $_SERVER['HTTP_HOST'])[0]." ".explode('.', $_SERVER['HTTP_HOST'])[1] } $myurl = "driversedstudybuddy.com"; $sitename = "DriversEdStudyBuddy.com"; ?> Contact Us | Customer Service & Support | CDL Study Buddy®

Contact Us

It's our personal belief that you our users are our most valued resource, and it is your feedback that has made CDL Study Buddy what it is today.

* These fields are required.