|
- <div class="fl"> <?php
- $newbook1=$empire->query("select * from www_yisvip_com_ecms_news_data_1 where id =".$bqr[id]."");
- $r1=$empire->fetch($newbook1);
- $a="$r1[infotags]";
- $str=str_replace(',', ',', $a);
- $tag='';
- $t= explode(",", $str);
- for($i=0;$i<count($t);$i++)
- {
- if($t[$i])
- {
- $rr=$empire->fetch1("select tagid from {$dbtbpre}enewstags where tagname='$t[$i]' limit 1");
- $tagslink="/tag/".$rr[tagid]."/";
- $tag.="<a href='$tagslink' target='_blank'>".$t[$i]."</a>";
- }
- }
- echo $tag;
- ?></div>
复制代码
|
上一篇:虚拟空间如何获取帝国CMS手机端路径下一篇:Notice: Undefined index: in ajax.php on line 3
|