Notice: Undefined index: username in G:\phpStudy\WWW\reg.php on line 6
Notice: Undefined index: pwd in G:\phpStudy\WWW\reg.phponon line 10
分別建立了reg.php和user.html開啟後並沒有取得到username和password
innocence2019-07-27 11:40:09
首先,猜測你程式碼裡面一定是定義了username變數的 ,你有可能是在某個函數中使用改變量導致的。
在函數裡面 還要宣告 global username ;
#推薦使用phpstorm 你這樣的錯誤會有提示的