2017年12月25日
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <script src="jquery.js"></script></head><body> <form action="1.php" method="post" e 阅读全文
posted @ 2017-12-25 23:37 PHP`reader 阅读(345) 评论(1) 推荐(0)
摘要: <?phpheader("Content-Type: text/html; charset=utf-8"); // print_r($_FILES); if(!is_dir('uploads')) { mkdir('uploads'); } $t_name=$_FILES["files"]["tmp 阅读全文
posted @ 2017-12-25 11:12 PHP`reader 阅读(99) 评论(0) 推荐(0)
摘要: //在登陆后台页面 $_POST["code"]; if ($_POST["code"]==$_SESSION["authcode"]) { }else{ echo "<script>alert('验证码错误');location.href='login1.php';</script>"; } 阅读全文
posted @ 2017-12-25 08:24 PHP`reader 阅读(126) 评论(0) 推荐(1)