"; $command="INSERT INTO maisons(appartement, nom, ville, valeur) VALUES(2, 'Turman', 'Los Angeles', 34000)"; $result = mysqli_query($connexion, $command); if($result) echo "Added Uma
"; $command="INSERT INTO maisons(appartement, nom, ville, valeur) VALUES(3, 'Johansson', 'Miami', 28000)"; $result = mysqli_query($connexion, $command); if($result) echo "Added Scarlett
"; if($result) echo "OK"; else echo "Erreur " .mysqli_error(); ?>