varSubCategoryId); $objSeo->getCategoryKeywordList(); include_once(INC_PATH.'seo.inc.php'); include_once(INC_PATH.'common_css_js.inc.php'); ?>
arrQuestionListing); if(count($objQuestionSearch->arrQuestionListing)) { //echo '

total '.$objQuestionSearch->intTotalRows.' Results found

    '; echo '

    total '.$count.' Results found

      '; $x = 0; foreach($objQuestionSearch->arrQuestionListing as $key => $question) { if($x%2 == 0) {$varClass="white";}else{$varClass="grey";}$x++; $strQuestionPrettyUrl = substr(str_replace(' ','-',$question['Question']),0,200); echo '
    • A:

      '.substr($question['Answer'], 0,100).'...

    • '; } echo '
    '; echo $objQuestionSearch->GetLinks(); } else { echo '

    No Records found

    '; } ?>