How to deal with the problem that php obtains address bar parameters that contain []?
wangxiao
wangxiao 2018-05-10 10:48:44
0
5
1161

The address in phpcms contains info[***],
For example, an address is: test.php?info[title]=888&c=search
Pass
$tt=$ _GET["info[title]"];
echo $tt;
Cannot get 888, what should I do?

wangxiao
wangxiao

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!