Vérifications
".$row['name'].""; } echo "Ajouter"; ?>
"; echo "Visualiser"; $getreqqry = mysqli_query($link, "SELECT * from checks where id = $chk"); while($row = mysqli_fetch_array($getreqqry)){ echo "Titre: ".$row['name'].""; echo "Section: ".$row['section'].""; echo "Valeur: ".$row['string'].""; } echo ""; } if(isset($_GET['chkadd'])){ echo "
"; echo "Ajouter une vérification"; echo "
"; } ?>