5 Star 15 Fork 3

小迷彩 / 可提现红包系统(微信)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
regajax.php 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
小迷彩 提交于 2018-03-29 20:13 . no commit message
<?php
require_once("../includes/public.inc.php");
$crecord = array();
$province = $_GET["province"];
$cdh = mysql_query("select * from cities where provinceid='".$province."'");
while($rows = mysql_fetch_assoc($cdh))
{
$crecord[] = $rows;
}
echo json_encode($crecord);
PHP
1
https://gitee.com/ydg/available_red_packet_system.git
git@gitee.com:ydg/available_red_packet_system.git
ydg
available_red_packet_system
可提现红包系统(微信)
master

搜索帮助