$table = '';
$getfiles = mysql_query („* von den tblfiles VORWÄHLEN, WO fkey = „$thiskey“ AUFTRAG DURCH Fkey ASC ") oder sterben (mysql_error ());
während ($row = mysql_fetch_assoc ($getfiles
))
{
$table. = '
„. $row [„Dateiname“].“
';
}
$table = preg_replace ('/^
/„,“
', $table);
$table = preg_replace ('/
([^$/<>„,“
\ 1
', $table);
Echo $table;