CheckCache($_SERVER['REQUEST_URI']); //$result = TableQuery("GeographicRegion", $EHDBConn, "*", array(), false, array("Name" => "ASC")); $result = db::execute("SELECT * FROM `geographicregion` ORDER BY Name ASC;","apgrator_ehdb"); $countryList = ""; while($row = mysqli_fetch_assoc($result)) $countryList .= ''; //var_dump($_SESSION['Store']); $contentText = ''; $gender_select_default = array('',''); $age_select_default = array('','',''); if(!empty($_SESSION['Store'])){ if($_SESSION['Store']['Gender'] == "Female"){ $gender_select_default = array('',' selected'); $contentText .= ''; }else if($_SESSION['Store']['Gender'] == "Male"){ $gender_select_default = array(' selected',''); $contentText .= ''; } if($_SESSION['Store']['Age'] == "A"){ $age_select_default[2] = " selected"; $contentText .= ''; }else if($_SESSION['Store']['Age'] == "C"){ $age_select_default[1] = " selected"; $contentText .= ''; }else if($_SESSION['Store']['Age'] == "I"){ $age_select_default[0] = " selected"; $contentText .= ''; } } $contentText .= '
Basic Information
Gender
Age

Everyone Healthy

Symptom Checker*

Country Information
 
*Your medical history, life style, behaviour and risk factors are not currently incorporated into the processing of results, which does lead to inaccuracies.
Step 1: Select your Age and Gender (above).
Step 2: Start typing in your signs and symptoms into the blue box below.
Selecting them as you see the appear in the list.
Step 3: For greater accuracy, select your country (top right) if it is in the list.
Step 4: Once the information is entered, click the "Check" button.

Sign & Symptom Entry

Human Image
Sign/Symptom List
   
'; $standardFooter = _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/footer.php"); $standardHeader = _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/header.php"); $breadCrumbText = GenerateBreadCrumbs(); $footer = new IncludeOutput(); $footer->Configure( array("IncludeFile" => $standardFooter) ); $header = new IncludeOutput(); $header->Configure( array("IncludeFile" => $standardHeader) ); $breadcrumbs = new StringOutput(); $breadcrumbs->Configure( array("Text" => $breadCrumbText) ); $title = new StringOutput(); $title->Configure( array("Text" => "Free Online Symptom Checker") ); $scripts = new IncludeOutput(); $scripts->Configure( array("IncludeFile" => _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/Scripts.php")) ); $navigation = new IncludeOutput(); $navigation->Configure( array("IncludeFile" => _WWWROOT.com::makePath("/common files/everyonehealthy.com/Standard/navigation.php")) ); $content = new StringOutput(); $content->Configure( array("Text" => $contentText) ); $adwords = new StringOutput(); $adwords->Configure( array("Text" => "") ); $page = new EH2010Page(); $page->SetSection('Title', $title); $page->SetSection('Scripts', $scripts); $page->SetSection('StandardHeader', $header); $page->SetSection('Navigation', $navigation); $page->SetSection('Breadcrumbs', $breadcrumbs); $page->SetSection('Content', $content); $page->SetSection('AdWords', $adwords); $page->SetSection('StandardFooter', $footer); $page->Process(); $page->OutputPage(); ?>