PHP随机从数据库读取N条数据

来源:互联网 发布:php 调用私有方法 编辑:程序博客网 时间:2024/05/29 16:37


$sql="select * from phome_ecms_wma order by rand() limit 30"


阅读全文
0 0