include 'db.php'; $sql='select * from kw_projects'; $result=mysql_query($sql); $results = array(); while ( $row = mysql_fetch_assoc( $result )) { $results[] = $row; } echo json_encode( $results );
[原创]PHP转换数据库查询结果为json
相关推荐
- ThinkPHP5中find()和select()区别 - 范仁义 - 博客园
- ThinkPHP 页面跳转和重定向_thinkphp $this->success 重定向到指定页面-CSDN博客
- PHP使用phpqrcode生成二维码详解 - 掘金
- php file_get_contents怎么读取图片 - 问答 - 亿速云
- php将远程图片保存到本地,php使用file_get_contents 将远程图片保存到本地_php保存图片到本地-CSDN博客
- 使用phpqrcode生成二维码 - 简书
- php Illegal string offset 'name'-CSDN博客
- tcpdf开发文档(中文翻译版) - zh7314 - 博客园