Welcome to Delicate template
Header
Just another WordPress site
Header

帝国cms分割morepic字段。

3月 7th, 2013 | Posted by 无 名 in ecms | php

在首页,列表页调用morepic字段,必须将morepic字段转为主表。
直接输出还不行,输出的是一连串的字符,小图,大图,名称。
代码如下:


$resizeimgurl=sys_ResizeImg($r[titlepic],141,127,1,”);
$arr=explode(“\n”,$r[morepic]);
for($i = 0 , $len = strlen($arr) ; $i < $len ; $i++){ echo $arr[$i].'|'; } [/code]

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.