0) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; while($commentaire = mysql_fetch_array($resultat)); { if(isset($_SESSION["PrenomP"])) { $nom = $_SESSION["PrenomP"]; } else { $nom = $commentaire["idP"]; } echo "\n"; } echo '
Commentaires (Editer votre commentaire)
".$nom." : ".$commentaire["commentaireReponse"]."
'; } } } function generate_html_reunion_fichiers($idR) { $requete = "SELECT * FROM Repondre WHERE idP != '".$_SESSION['idP']."' AND idR = '".$idR."'"; $resultat = mysql_query($requete); if($resultat != false) { if(mysql_num_rows($resultat) > 0) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; while($commentaire = mysql_fetch_array($resultat)) { if(isset($_SESSION["PrenomP"])) { $nom = $_SESSION["PrenomP"]; } else { $nom = $commentaire["idP"]; } echo "\n"; } echo '
Commentaires (Editer votre commentaire)
".$nom." : ".$commentaire["commentaireReponse"]."
'; } } echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
Fichiers attachés (Ajouter un fichier)
compte-rendu.txt
photos-ru.jpg
'; } function generate_html_reunion_detail($idR) { echo '
Détails de la réunion  
Objet : Détails stages NEWI
Organisateur : Mme Verdier
Lieu : Salle 209
Ordre du jour : Le logement, le séjour, les contacts
Remarque : aucune
'; } ?>