$mysqli->set_charset('utf8');$username=$_POST['username'];$username=$mysqli->escape_string($username);//转义字符串,例如特殊字符$password=md5($_POST['password']);$age=$_POST['age'];$act=$_GET['act'];$id=$_GET['id'];什么原因????错误提示:Notice: Undefined index: username Notice: Undefined index: passwordNotice: Undefined index: age
3 回答
- 3 回答
- 0 关注
- 3614 浏览
添加回答
举报
0/150
提交
取消