%@ Language=VBScript %> <% session.LCID = 1040 %>
|
|||||||||||||||||||||||
|
<% SQLmatteo = "select id_art, titolo from tab_articolo_spec where categoria = 10 order by data desc, ora desc, id desc LIMIT 1" Set RSmatteo = Server.CreateObject("ADODB.Recordset") RSmatteo.Open SQLmatteo, conn, 3, 3 idart = RSmatteo("id_art") titolo = RSmatteo("titolo") %>
|
||||||||||||||||||||||