Commit f817668d by 冷斌

update

parent 9101111d
......@@ -82,8 +82,7 @@ if($_POST['trade_status'] == 'TRADE_FINISHED') {
$total_fee = (int)$_GET['total_fee'];
$link = mysqli_connect("mysql","zhibo","Rni43v7RpkWUP9FD");
var_dump($link);
die;
if($link){
mysqli_select_db("zhibo",$link);
mysqli_query("set names utf8");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment