PHP怎么获取XMLHttpRequest.send()传过来的值?
问:
PHP怎么获取XMLHttpRequest.send()传过来的值?
答:
看XMLHttpRequest的方法是GET还是POST,实际上跟提交一个form一样。用$_GET或者$_POST就可以获取到相应的值了。
$str=file_get_contents('php://input');
用这个可以接收整个send来的东东:a=XXX&b=XXX
ajax教程
相关推荐
wmsjlihuan 2020-09-15
shishengsoft 2020-09-15
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
Noneyes 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28