Bonjour,
j'ai un problème concernant php,
je voudrais insérer une boucle while mais il ne m'affiche rien !!! :(
Voici mon code :
<?php
$connection=mysqli_connect("localhost", "root", "", "prog");
$resultformation=mysqli_query($connection,"select * from formation ;");
while($rowformation = mysqli_fetch_array($resultformation))
{
echo $rowformation["ecole"]. "<br/>".$rowformation["specialite"]." <span class = "bold"> ".$rowformation["diplome"]."</span>"";
}
?>
Merci pour votre aide
Configuration: Windows XP
Internet Explorer 7.0