首页判断无图调用的代码
if($navinfo[titlepic])或者if($bqr[titlepic])
还有一个功能,列表页有图无图判断和内容介绍空格html过滤字符截取代码怎么实现?
主要包含内容:
1,判断文章是否有缩略图,有则输出图片地址,无则输出空白。
2,获取文章内容作为简介。
3,过滤内容中的html,空格( )和其他字符(“)并截取内容长度。
4,查询调用文章作者。
具体的实现代码:
$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$r[stb]} where id='$r[id]'"); $w=$empire->fetch1("select writer from {$dbtbpre}ecms_news_data_{$r[stb]} where id='$r[id]'"); $titlepic=''; if($r[titlepic]) { $titlepic='[object Object]'; } $listtemp='