摘要:
if($_POST){ $use=trim($_POST['user']); $pass=md5($_POST['pasd']); $conn=new mysqli('127.0.0.1','root','root','ccc'); $sql="select * from admin where u 阅读全文
摘要:
<?php namespace app\admin\controller; use think\Request;//先引入类 use think\Controller; class Login extends Controller { public function index(){ if(requ 阅读全文