Notice: Undefined index: username in G:\phpStudy\WWW\reg.php on line 6
Notice: Undefined index: pwd in G:\phpStudy\WWW\reg.php on line 10
分别建立了reg.php和user.html打开后并没有获取到username和password
innocence2019-07-27 11:40:09
首先,猜测你代码里面一定是定义了username变量的 ,你有可能是在某个函数中使用改变量导致的。
在函数里面 还得声明一下 global username ;
推荐使用phpstorm 你这样的错误会有提示的