query($sql);
if(!mysqli_num_rows($result_articles))
{
print("
$Suchbegriff
Nichts gefunden :(
"); } else { $gesamt_anzahl = mysqli_num_rows($result_articles); print( "$Suchbegriff ($gesamt_anzahl)
| Sprache 1 | Sprache 2 | Ordner |
| $articleDb->Sprache1 | $articleDb->Sprache2 | $articleDb->ID |