程序员人生 网站导航

帝国CMS友情链接SQL调用表示分类ID的代码

栏目:DedeCMS时间:2014-06-04 13:48:39

  网(LieHuo.Net)教程 请问在SQL调用友情链接中哪个代码是表示分类ID的?

以下为引用的内容:
<form id="form1" name="form1" method="post" action="">
<label for="FRIEND LINK ">友情链接:</label>
<select onchange="window.open(this.options[selectedIndex].value,'','');" name="FRIEND LINK" size="1" id="FRIEND LINK">
[e:loop={'select * from [!db.pre!]enewslink where checked=1 order by lid',20,24,0}]
<option value="<?=$bqr[lurl]?>">
<?=$bqr[lname]?>
</option>
[/e:loop]
</select>
</form>

  请问这个代码中

以下为引用的内容:
[e:loop={'select * from [!db.pre!]enewslink where checked=1 order by lid',20,24,0}]

  哪个参数是区分友情链接的分类ID的?比如,我设置了图片友情链接,文本友情链接两种,要分开调用。在这里哪个参数是区分链接分类ID的啊?这个调用把所有的友情链接都调出来了……

  正确答案:

以下为引用的内容:
e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=分类ID order by lid',20,24,0}]

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐