bonjour a tous,
tous d'abord si je me trompe d'endroit pour poster je m'en excuse d'avance c'est la premiere fois que je demande de l'aide sur votre site!
j'ai besoin de vous car je prépare un pti pour mon bts et je suis bloquée pour créer et afficher un tableau pour un tournoi de tennis. ma requête sql pour récupérer les infos fonctionne
$listeParticipant='SELECT nom FROM adherent JOIN participe WHERE participation = 1 ORDER BY adherent_id ASC'
(sous phpMyAdmin elle m'affiche bien tous mes participants)
par contre après je n'arrive a récupérer que le premier participant
quelqu'un pourrai m'aider s'il vous plait?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 $place=mysql_query($listeParticipant); $match=mysql_fetch_row($place);![]()
Partager