query($sqlStmt); if (DB::isError($result)) die ("$PHP_SELF: " . $result->getMessage()); // Display result list include ("../include/inc_list_defineoutput.inc.php"); // Post parsing if necessary if ($postParserField != "") : // $tableBody = substituteTagContent($tableBody, "", "", $substitutionString); endif; if ($rowCounter > 0) : $categoryTitle = "" . $categoryTitle . ""; $htmlOut = $categoryTitle . "
" . "" . $tableHeader . $tableBody . "
"; endif; endif; $htmlOut = preg_replace("/\w*?$searchValue\w*/i", "$0", $htmlOut); $retValue = my_char_conversion($htmlOut); $retValue = my_str_check_js($retValue); endif; echo "searchResult = '" . $retValue . "';\n"; ?>