首页调用一、二级分类的修改!
作者:cmscn 日期:2005-04-11
1、调用新闻大类:
sql="select top 5 id,topic from news where hidden=1 and c_id=34 order by id desc"
2、调用文章大类:
sql="select top 5 id,topic from article where hidden=1 and c_id=32 order by id desc"
3、调用文章二级分类:
sql="select top 8 id,topic from article where hidden=1 and c_id=1 and s_id=2 order by id desc"
4、调用新闻二级分类:
sql="select top 8 id,topic from news where hidden=1 and c_id=1 and s_id=2 order by id desc"
5、调用论坛分类
sql="select top 10 id,forum_id,topic from bbs_topic where forum_id=* order by id desc"
评论: 6 | 引用: 0 | 查看次数: 748
发表评论