开发者

How to upload JSON Object to PHP? [closed]

开发者 https://www.devze.com 2023-03-26 07:35 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question 开发者_如何学编程so that it can be reopened, visit the help center. Closed 11 years ago.

I have an activity which contains a Button,Whenever user click on button, we create one JSON object. I want to post this JSON object in PHP.I search for that,I got so many solution.But i didn't understand what is going there.pls explain and send sample code plz.

pls help thanks


Your question is hard to understand. Do you want to HTTP POST your object? Are you creating the JSON object in one language and want to read it with PHP? Have you looked at serialize() or json_encode()?

0

精彩评论

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