帝国cms调用指定条件的信息使用方法
2017-07-09 站长 站长日志
帝国cms调用指定条件的信息,我们就得用到SQL语句中的“LIKE”"LIKE"为通配符。
在帝国CMS中,我们有时需要调用某一指定条件的信息,案列如下:
[ecmsinfo]0,100,32,0,4,19,0,"player like '%$ztname%' or ztid like '%|$ztid|%'"[/ecmsinfo]
player like '%$ztname%' 调用Player为专题标题的
or 或
大家根据模板自行修改。