= DATE(NOW()) ORDER BY expiration ASC"; $res = mysql_query($sql); if (mysql_num_rows($res)) { while ($lig = mysql_fetch_array($res)) { $cetoffre = New Offre($lig["idoffre"]); $description = stripslashes($cetoffre->description); echo "

".stripslashes($cetoffre->titre)."

"; //echo "

".extrait($cetoffre->description,50)." "; echo "

".extrait2($description,300)."

"; echo "

idoffre}\">Voir cette offre d'emploi

"; echo "

idoffre}\">Postuler à cette offre d'emploi



"; } } ?>