How to avoid two-dimensional arrays when jQuery interacts with PHP JSON

Source: Internet
Author: User
Tags php json jqgrid
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? ------ Solution ------------------ the php end can be decoded with json_decode ------ solution -------------------- converts the string to a json string, post it to the server, and then use json_d jQuery to interact with php json. 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?

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.