PHP编写代码实现跳转到上一级页面

发布日期:2026-07-13 19:37:17 阅读:0

include("connect.php");user = $_POST["user"];password = $_POST["password"];password1 = $_POST["password1"];if($password!=$password1)die(" alert('两次密码输入不一样!'); history.go(-1); ");//用echo下边会继续执行 sql = mysql_query("insert into tmanager (user,password) ...

评论列表
暂无评论,来说两句吧~
相关推荐