~~NOCACHE~~ ====== Alphabetisches Inhaltsverzeichnis ====== In diesem Bereich finden Sie die Seiten in alphabetischer Reihenfolge: $con = @new mysqli("localhost", "Lexikon_user", "_7f26stZ7", "qhse_lexikon"); if($con->connect_error) exit("Fehler bei Verbindung"); $sql_ind = "SELECT * FROM Inhalt ORDER BY Titel ASC"; $anzahl = 0; if($res_ind = $con->query($sql_ind)) { while ($dsatz_ind = $res_ind->fetch_assoc()) { $Titel = $dsatz_ind["Titel"]; $firstChr = $Titel[0]; If($firstChr == $lastChr) { } else { IF($anzahl ==0) { } else { echo "
"; } echo "

" . $firstChr . "

"; }; echo "" . $dsatz_ind["Titel"] . " " . " [" . $dsatz_ind["Gruppe"] . "]" . "
"; $lastChr = $firstChr; $anzahl = $anzahl + 1; } $res_ind->close(); } else exit("Fehler bei Abfrage"); $con->close();