PHP-Code:
<?
if (!isset($_POST['suche'])) $_POST['suche'] = '';
if (!isset($_POST['suche1'])) $_POST['suche1'] = '';
if (!isset($_POST['suche2'])) $_POST['suche2'] = '';
if (!isset($_POST['suche3'])) $_POST['suche3'] = '';
if (!isset($_POST['suche4'])) $_POST['suche4'] = '';
if (!isset($_GET['loeschen'])) $_GET['loeschen'] = '';
if (!isset($_GET['blacklist'])) $_GET['blacklist'] = '';
if (!isset($_GET['del'])) $_GET['del'] = '';
if (!isset($_GET['aufblacklist'])) $_GET['aufblacklist'] = '';
so sehen die ersten 10 zeilen bei mir aus