1 Star 5 Fork 2

行者 / 接口数据自动入库(JSON2DB)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demo.php 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
行者 提交于 2018-09-11 21:38 . 示例文件
<?php
header("Content-Type: text/html; charset=UTF-8");
require_once "db_fun.php";
// =====同步接口地址定义=====
const $url='http://...get_json_url...';
// =====同步表定义=====
const $tablename = "your_tablename"; //表名
const $isDup=1; //是否自动排重
const $DupName='id'; //排重字段
require_once "json2db.php";
?>
PHP
1
https://gitee.com/adetion/json2db.git
git@gitee.com:adetion/json2db.git
adetion
json2db
接口数据自动入库(JSON2DB)
master

搜索帮助