- <?php
- $string=$navinfor['newstext'];//内容字段
- $some="<img ";
- $num=explode($some,$string);
- if(count($num)>1){//判断内容中是否有图片
- ?>
- [!--newstext--]
- <?
- }else{
- ?>
- <div id="ad">我是广告</div>
- [!--newstext--]
- <?
- }
- ?>
- <?php
- $string=$navinfor['newstext'];//内容字段
- $some="<img ";
- $num=explode($some,$string);
- if(count($num)>1){//判断内容中是否有图片
- ?>
- [!--newstext--]
- <?
- }else{
- ?>
- <div id="ad">我是广告</div>
- [!--newstext--]
- <?
- }
- ?>
【审核人:站长】