摘要: 舉例:[e:loop={'news',10,18,1}] <?php$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$bqr[stb]} where id='$bqr[id]'");$str
舉例: [e:loop={'news',10,18,1}] <?php $fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$bqr[stb]} where id='$bqr[id]'"); $str=stripcslashes($fr['newstext']); preg_match_all('/<img.*?src="(.*?)".*?>/is',$str,$imgArr); $imgArr = array_unique($imgArr[1]); ?> <?=count($imgArr)?>張 <img src="<?=$imgArr[0]?>" width="200" height="200" /> <img src="<?=$imgArr[1]?>" width="200" height="200" /> <img src="<?=$imgArr[2]?>" width="200" height="200" /> <a href="<?=$bqsr['titleurl']?>"><?=$bqr['title']?></a><br> [/e:loop] |
帝國CMS內容頁列表頁怎么調用多張圖片顯示兩個地方需要考慮
1. newstext字段是不是在副表?
2. 要對newstext字段脫敏 stripcslashes($bqr['newstext']);