$_GET['F'] in line 6 is not defined? May I ask what it means?
Mile
Mile 2021-04-05 21:35:22
0
4
1057

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

Mile
Mile

reply all(3)
y

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

渣渣锋:15975159387

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

  • reply Take a look at the code
    渣渣锋:*** author 2021-04-06 19:47:13
灭绝师太

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!