Codice PHP:
$query = mysql_query('show tables from nome_database');
while ($row = mysql_fetch_row($query)) {
echo $row[0].'
';
}
Codice PHP:
$query = mysql_query('show tables from nome_database');
while ($row = mysql_fetch_row($query)) {
echo $row[0].'
';
}