Ajouts Récents
$titre_art
$desc_art
");
}
}
else
{
$sql_art="select * from articles where cat_art='$cat' order by id_article desc";
$req=mysql_query($sql_art,$cnx);
while($res_art=mysql_fetch_array($req))
{
$id_art=$res_art["id_article"];
$titre_art=ucfirst($res_art["titre_article"]);
$img_art=$res_art["nom_img"];
$cnt_art=ucfirst($res_art["contenu_article"]);
$desc_art=ucfirst($res_art["description_article"]);
echo $art=("
");
}
}
?>