Actualités

$lpp ) $lastpage = ceil($nb/$lpp); else $lastpage = 1; $limit = ($page - 1) * $lpp; $reqListeActu=mysqli_query($link,"select id_catActu,titre,titre_propre,photo,accroche from actualite_klop where pub='o' and id_catActu!=10 order by ordre LIMIT $limit, $lpp"); while($listeActu=mysqli_fetch_array($reqListeActu)) { if($listeActu["photo"]=='') $lienPhoto='images/global/image-actu.jpg'; else $lienPhoto=$listeActu["photo"]; $reqCatActu=mysqli_query($link,"select libelle from categorie_actu_klop where id_catActu=".$listeActu["id_catActu"]); $catActu=mysqli_fetch_array($reqCatActu); ?>