" . $Fetch[$i]["text"] . "
"; break; case "note": $outHtml = "" . $Fetch[$i]["text"] . "
"; break; break; } echo $outHtml; } } break; case "heading": if ($author == "templet") { $query = "SELECT * FROM \"data\" WHERE \"book\" = " . $PDO->quote($get_book) . " AND (\"paragraph\" BETWEEN " . $PDO->quote($get_par_begin) . " AND " . $PDO->quote($get_par_end) . ") AND \"level\">'0'"; } else { $query = "SELECT * FROM \"data\" WHERE book=" . $PDO->quote($get_book) . " AND (\"paragraph\" BETWEEN " . $PDO->quote($get_par_begin) . " AND " . $PDO->quote($get_par_end) . ") AND \"language\" = " . $PDO->quote($language) . " AND \"author\" = " . $PDO->quote($author) . " AND \"editor\" = " . $PDO->quote($editor) . " AND \"edition\" = " . $PDO->quote($edition); } $Fetch = PDO_FetchAll($query); $iFetch = count($Fetch); if ($iFetch > 0) { for ($i = 0; $i < $iFetch; $i++) { $level = $Fetch[$i]["level"]; $outHtml = "" . $Fetch[$i]["word"] . "
"; $outHtml .= "" . $Fetch[$i]["mean"] . "
"; $outHtml .= "" . $Fetch[$i]["part"] . "
"; $outHtml .= "" . $Fetch[$i]["partmean"] . "
"; $outHtml .= "" . $Fetch[$i]["type"] . "#" . $Fetch[$i]["gramma"] . "
"; $outHtml .= "