PHP7实战开发简单CMS内容管理系统(7) 后台登录架构 用户登录校验
摘要:
num_rows > 0){ header('Location:./index.php'); } else{ $GLOBALS['message'] = '用户名或密码错误'; }}//判断是否post提交if($_SERVER['REQUEST_METHOD'] == 'POST'){ login();}?> 阅读全文
posted @ 2019-03-13 19:53 朗宇 阅读(678) 评论(0) 推荐(0)
浙公网安备 33010602011771号