<% datejour = year(now)&"-"&month(now)&"-"&day(now) set rsnews = server.createobject("ADODB.recordset") strsql = "SELECT * FROM `actualites` where date_d_actualites <= '"&datejour&"' and date_f_actualites >= '"&datejour&"' and ordre_actualites <> 0 order by id_actualites DESC LIMIT 0, 1" rsnews.cursorlocation = 3 rsnews.open strsql, oconne, 1, 3 %>
<%if rsnews.recordCount > 0 then%> <%=rsnews("titre_actualites")%>

<%=mid(rsnews("texte_actualites"),1,rsnews("nbcar_actualites"))%>... <%end if%>
<%rsnews.close%><% datejour = year(now)&"-"&month(now)&"-"&day(now) set rsnews = server.createobject("ADODB.recordset") strsql = "SELECT * FROM `actualites` where date_d_actualites <= '"&datejour&"' and date_f_actualites >= '"&datejour&"' and ordre_actualites <> 0 order by id_actualites DESC" rsnews.cursorlocation = 3 rsnews.open strsql, oconne, 1, 3 %>
Vidéos :

Benjamin et Romain Bonnaud

Benjamin et Romain Bonnaud - Leurs Partenaires