为了账号安全,请及时绑定邮箱和手机立即绑定

为什么说我的用户名 密码还有年龄没有定义

<?php

header('content-type:text/html;charset= utf-8');

//接收页面

$mysqli=new mysqli('localhost','root','root','test');

if($mysqli->connect_errno){

die($mysqli->connect_error);

}

$mysqli->set_charset('utf8');

$username=$_POST['username'];

$password=md5($_POST['password']);

$age=$_POST['age'];

$act=$_GET['act'];

//跟据不同操作完成不同功能

switch($act){

case 'addUser';

echo '添加用户的操作';

break;

}

http://img1.sycdn.imooc.com//57b5bf7a0001a08c08420487.jpg

正在回答

1 回答

form表单中看看有没有定义name

0 回复 有任何疑惑可以回复我~
#1

慕粉4027178 提问者

from表单在哪啊
2016-08-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么说我的用户名 密码还有年龄没有定义

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信