东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

首页如何按字段调用文章

2010-05-21 站长 站长日志

问题:一个栏目内 按字段在首页调用文章标题
解答:用sql调用
select * from phome_ecms_表 where checked=1 and 字段='值' order by newstime desc limit 10

文章评论