session_start(); $DateMAJ="7 octobre 2008"; $Page='PRFCSTI'; $Rubrique='Ressources'; include "Commun/PRI_Debut.php"; $_SESSION["PageRetour"]="PRI_ParcoursDecouverte.php"; ?>
|
$RequeteListe="select * from actus WHERE ACAcces='STIActu' ORDER BY ACOrdre DESC"; $QueryListe=mysql_query($RequeteListe); $BR=""; while ($ResListe=mysql_fetch_array($QueryListe)) { echo " if ($_SESSION["AutoriseGEPSAdmin"]=='V') { echo "[Saisir] - [Webographies] "; } echo " "; $RequeteListe="select * from actus WHERE ACAcces='STIActu' ORDER BY ACOrdre DESC"; $QueryListe=mysql_query($RequeteListe); $Compteur=0; $NumAvant=0; $NumApres=0; $NumEnCours=0; if (mysql_num_rows($QueryListe)==0) { echo "Aucune actualité"; } else { $Total=mysql_num_rows($QueryListe); $ResListe=mysql_fetch_array($QueryListe); while ($Compteur<$Total) { $Compteur=$Compteur+1; echo "
"; } } ?> |