我现在想在首页调用评论内容类似: <A href="[!--titleurl--]" target=_blank>[!--saytext--]</A>
我用 [ecmsinfo]"sql="select username,saytime,saytext from {$dbtbpre}enewspl where id='$id' and classid='$classid' and checked=0 order by saytime desc limit 0,8",8,42,0,24,43,0[/ecmsinfo] 或 [ecmsinfo]"sql="SELECT titleurl,substr(title,1,10)title,substr(saytext,1,21)saytext, count( * ) AS count FROM {$dbtbpre}enewspl GROUP BY saytext ORDER BY saytime DESC LIMIT 0,8",8,42,0,24,43,0[/ecmsinfo]
都试过,但是模板不解析。很郁闷。请达人帮忙。 谢谢!!!
|