search

Home  >  Q&A  >  body text

$_GET['F'] in line 6 is not defined? May I ask what it means?

$_GET['F'] in line 6 is not defined? May I ask what it means?

MileMile1335 days ago1123

reply all(4)I'll reply

  • XiaoJiang

    XiaoJiang2021-04-10 09:15:49

    Assume that your url is http://www.test.com/test.php?f=test, then f is the parameter name, test is the value of f, and the parameters submitted by get are all in the address bar. , post submission, there is no post submission parameter in the url address bar, "$_GET['F'] is not defined" It should be because the address bar does not have the f parameter, and it cannot get the value

    reply
    0
  • 渣渣锋:***

    渣渣锋:***2021-04-06 19:47:02

    It’s not that there is no f in the get request,

    reply
    0
  • 渣渣锋:***

    Take a look at the code

    渣渣锋:*** · 2021-04-06 19:47:13
  • 灭绝师太

    灭绝师太2021-04-06 09:07:31

    Is 'F' the value of the input name attribute?

    reply
    0
  • Cancelreply