在首页添加精彩贴图和精彩FLASH统计


在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

文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 7 | 引用: 0 | 查看次数: 659
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭