在首页添加精彩贴图和精彩FLASH统计
作者:cmscn 日期:2007-03-06
在index2.asp的sub main_left_data()里
dim num_paste,num_flash
sql="selec t count(id) from gallery where types='paste' and hidden=1"
set rs=joekoe_cms.exec(sql,1)
num_paste=rs(0)
rs.close
sql="selec t count(id) from gallery where types='flash' and hidden=1"
set rs=joekoe_cms.exec(sql,1)
num_flash=rs(0)
rs.close
评论: 7 | 引用: 0 | 查看次数: 659
发表评论