Post request uses $_SERVER['QUERY_STRING'] to get the parameters of the url. Why only the first one is obtained?
忘崽牛奶
忘崽牛奶 2021-11-19 16:58:45
0
1
655

For example, when submitting a request for /xx/post/1?a='a'&b='b', use $_SERVER['QUERY_STRING'] to get the parameter value as a='a', why not a='a'&b ='b'

忘崽牛奶
忘崽牛奶

reply all(1)
逆旅行人

Just pass the string and do a little processing to make it more convenient to use

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!