Home  >  Q&A  >  body text

PHP constants and variables external variables

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

第二人格第二人格1937 days ago1143

reply all(2)I'll reply

  • innocence

    innocence2019-07-27 11:40:09

    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

    reply
    0
  • ringa_lee

    ringa_lee2019-07-25 09:16:02

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

    reply
    0
  • Cancelreply