Dönerman Gesperrt 7. September 2005 #1 Kann man mit php, die Tabellen im mysql irgendwie suchen! weil löschen kann ichs ja auch!
Dönerman Gesperrt 7. September 2005 #2 habs geschafft! ALLEINE! PHP: <? $tables_result = mysql_query("SHOW TABLES"); while ($tables_row = @mysql_fetch_array($tables_result)) { echo "<option value=$tables_row[0]>$tables_row[0]</option>"; } ?>
habs geschafft! ALLEINE! PHP: <? $tables_result = mysql_query("SHOW TABLES"); while ($tables_row = @mysql_fetch_array($tables_result)) { echo "<option value=$tables_row[0]>$tables_row[0]</option>"; } ?>