开发者

How to use Extjs4 save() in php server?

When calling model.save(), in chrome it shows it is sending Request Payload parameters. I do not know what the heck it is, cannot find any reference on t开发者_如何学运维he net, and do not know how to use it on server.

Using $_GET, $_POST, $_REQUEST in server side does not show anything... Can anyone show me how to use that Request Payload?

Thanks


Use this :

$form_data = json_decode(file_get_contents('php://input'));


It's posted in the request body, not query args. Don't know php, so can't help more than that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜