%dbpath="admin/"%> <% dim sql,rs,title,content,addtime,music,binddate binddate=request("binddate") if binddate="" then binddate=date sql="select * from buylist where binddate=#"&binddate&"# and classtype='文章分类一' order by id desc" set rs=conn.execute(sql) if not rs.eof then title=rs("title") content=rs("content") addtime=rs("addtime") music=rs("music") end if dayAry=split(binddate,"-") %>
|
新灵粮 |
| <%=content%> |