query($sql); $ResultCounter = $mydb->count() ; echo "
"; echo "Bestätigte Datensätze: $ResultCounter
"; echo "
"; echo "
"; echo ""; echo ""; while ($row = $mydb->fetchRow()) { echo " "; echo ""; echo ""; echo ""; } echo "
UIDNachnameVornameStraßeOrtJugendgruppeBeitragsbuchungSpendenbuchungPrePay-buchung
" . $row['uid'] . "" . $row['nachname'] . "" . $row['vorname'] . "" . $row['strasse'] . " " . $row['wohnort'] . "". $row['gruppe'] ."" . $row['status_txt'] . "" . $row['spendenstatus_txt'] . "" . $row['prepaystatus_txt'] . "
\n"; $mydb->disconnect(); ?>