"; $prepare = $connection->prepare("SELECT id, nome, sede FROM squadra ORDER BY nome"); $prepare->execute(); if ($prepare->rowCount() > 0) { $datiMedici = $prepare->fetchAll(); } $connection = null; } catch (PDOException $e) { die ("Error!: " . $e->getMessage() . "
"); } ?> HTML

Lista squadra db

" . $med['nome'] . " "; } ?>