|
|
<%
sql="select id,標(biāo)題,日期,正文,id,imgs,usergroup,ushow,outurl,path,filename,classid from news where special like '%,212,%' order by 日期 desc,id desc "
rs.open sql,conn,1,1
if not rs.eof and not rs.bof then
topicList=rs.getrows()
else
topicList=0
end if
rs.close
if isarray(Topiclist) then
for i=0 to ubound(Topiclist,2) %>
<%=Topiclist(1,i)%> |
<%
if (i+1) mod 2 =0 then
response.Write( " " )
end if
next
end if
%>
|
|