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

Ricerca Pazienti per Medico