Start Your Training... (989) 777 - 3630
echo $content; ?>
include_once 'mysql.php'; include_once 'functions.php'; extract($_REQUEST); $requestURI = strtolower($_SERVER['REQUEST_URI']); if(strpos($requestURI, 'html') > 0){ //echo $requestURI; $page = $requestURI; } switch($page){ case 'sendcontact': contact(); include 'pages/contact.php'; $display = $sent; break; default: //echo $page; list($pageTitle, $sidebar, $content) = getPage($page); break; } mysql_close(); ?>