% OpenDB %>
ArtPlus <%=T("Il Primo Portale per l'Arte Contemporanea")%> <% set rs = Server.CreateObject("ADODB.Recordset") if lcase(Session("lingua")) = "inglese" then prefix = "trans_e_" else prefix = "" end if rs.Open "SELECT * FROM " & prefix & "M_Notizie WHERE id = " & request.querystring, ct, 3, 3 set fso = Server.CreateObject("Scripting.FileSystemObject") nomefile = Server.Mappath("/eventi/db/") & "\" & PREFIX & rs("id") & ".txt" 'Response.Write nomefile set leggi = fso.opentextfile(nomefile, 1) testonotizia = leggi.ReadAll set leggi = nothing set fso = nothing %>
![]() |
|
Art Magazine Today |
<%=rs("titolo")%> |
<%=rs("sottotitolo")%> |
| <% if not rs("extimage") = "" then %> <%=testonotizia%>
<% if rs("didascalia") <> "" then %>
Nella foto: <%=rs("didascalia")%> <% end if %> |