query($requete); echo "\n"; echo "\n"; while ($ligne = $result->fetch_row()) { $code = htmlentities($ligne[0]); $nom = htmlentities($ligne[1]); $rue = htmlentities($ligne[2]); $ville = htmlentities($ligne[3]); echo "\n"; } echo "
Code_CLNomRueVille
$code$nom$rue$ville
\n"; $result->close(); $connection->close(); } home(); ?>