1 Star 1 Fork 1

ukys / nows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
api.php 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
vikchan 提交于 2019-11-20 16:19 . api.php
<?php
//设置json格式头部
header('Content-type: application/json');
//载入数据库文件
require("data.php");
$sql="select * from soul order by rand( ) limit 1";
$row=mysql_fetch_assoc(mysql_query($sql));
//输出json
echo json_encode(array('code'=>1,'data'=>$row['title']));
?>
1
https://gitee.com/chengqq/nows.git
git@gitee.com:chengqq/nows.git
chengqq
nows
nows
master

搜索帮助