session_start(); require_once ("Commun/Fonctions.php"); $_SESSION["Domaine"]="Accueil"; include "Commun/MFC_Debut.php"; $_SESSION["Domaine"]=""; $DateMAJ="14 octobre 2008"; ?>
![]() ![]() ![]() ![]() ![]() ![]() $id1 = connect_db1(); if ($_SESSION["AutoriseTPCAdmin"]=='V') { echo "[Saisir] "; } $RequeteListe="select * from actus WHERE ACAcces='MFCActu' ORDER BY ACDate desc,ACNo DESC"; $QueryListe=mysql_query($RequeteListe); if (mysql_num_rows($QueryListe)==0) { echo "Aucun parcours"; } else { $BROuPa='F'; while ($ResListe=mysql_fetch_array($QueryListe)) { if ($BROuPa=='V') { echo " "; } else { $BROuPa='V'; } echo " [Modifier] "; // } } } ?> ![]() ![]() ![]() |