codice:
$sql = 'SHOW TABLES';
$st = $mysqli->query( $sql );
while ( $row = $st->fetch_assoc() )
    print_r( $row );