帝国CMS灵动标签通过SQL调用文章里上传的所有图片
帝国CMS灵动标签通过SQL调用文章里上传的所有图片,为了整个句东西,花了我一下午的时间,网上查了各种调用方式都不满意。这段是可以调用文章内上传的所有图片好不容易才拼凑出来。唉技术不够只能用时间来搭了。留个记号,以后遇到类似情况可以再用。
[e:loop={"select * from phome_enewsfile_1 where classid='$navinfor[classid]' and id='$navinfor[id]' order by id desc",0,24,0}]
[/e:loop]
[e:loop={"select * from phome_enewsfile_1 where classid='$navinfor[classid]' and id='$navinfor[id]' order by id desc",0,24,0}]
[/e:loop]