How to deal with two-dimensional arrays when jQuery interacts with php json? The data obtained from the jqGrid on the browser side is a two-dimensional array. how can I transfer the data to the server side and use PHP for processing ?, The php end can be decoded using json_decode, converted to a json string, post to the server, and decoded into an array using json_decode. The jquery. json plug-in. jQuery interacts with the JSON of PHP. how can we deal with two-dimensional arrays?
The data obtained from the jqGrid on the browser side is a two-dimensional array. how can I transfer the data to the server side and use PHP for processing?
------ Solution --------------------
Use json_decode to decode the php client.
------ Solution --------------------
Convert to json string, post to server, and then use json_decode to decode into array
------ Solution --------------------
Jquery. json plugin.
After processing the jqGrid array into a json string.
Send to server
After the server receives the message (note that the quotation marks may be escaped), json_decode. add the second parameter to forcibly convert the data to a PHP array.
------ Solution --------------------
Discussion
The data obtained from the jqGrid on the browser side is a two-dimensional array. how can I transfer the data to the server side and use PHP for processing?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.