Thomas_Jung
Erfahrenes Mitglied
Hallo
Wie kann ich alle Tabellen sortiert ausgeben ASC DESC ?
Gruß Thomas
Wie kann ich alle Tabellen sortiert ausgeben ASC DESC ?
PHP:
$sql = "SHOW TABLES FROM ".$db_name." ORDER BY TABLE_NAME ASC
while($row = mysql_fetch_array($result)) {
Gruß Thomas