PHP constants and variables external variables
第二人格
第二人格 2019-07-24 15:56:25
0
2
1165

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

created reg.php and user.html respectively and did not obtain username and password after opening them

第二人格
第二人格

reply all(2)
innocence

First of all, I guess the username variable must be defined in your code. It may be caused by using a variable in a certain function.

You have to declare the global username in the function;

It is recommended to use phpstorm. You will be prompted for such errors

ringa_lee

How did you submit your code? The username and password were not obtained, so there is naturally something wrong with the submission method

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template