摘要: $id = $_COOKIE['admin']; $qwe = new mysqli('localhost', 'root', 'root', 'qwer'); if ($qwe->connect_error) { echo $qwe->connect_error; exit(); } $sqe = 阅读全文
posted @ 2020-08-31 17:25 梦魇之瞳 阅读(126) 评论(0) 推荐(0) 编辑
摘要: $arr = []; // 文件上傳接口PHP if ($_FILES) { if ($_FILES['file']['type'] == 'image/pan' || $_FILES['file']['type'] == 'image/jpg' || $_FILES['file']['type'] 阅读全文
posted @ 2020-08-31 17:24 梦魇之瞳 阅读(140) 评论(0) 推荐(0) 编辑
摘要: // $qwe = new mysqli('localhost','root','root','qwer'); // $pasd = md5(645524); // $wer = "insert into wer (name,pasd) values ('mark','$pasd')"; // $r 阅读全文
posted @ 2020-08-31 17:20 梦魇之瞳 阅读(89) 评论(0) 推荐(0) 编辑