I want to fill a 2D array in php from a JSON object in javascript at client. Can anybody help me to do this functionality?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
json_decode() |
|||
|
|
From the top of my head, without knowing anything about your code you could use json_decode use it like this:
|
|||||||||
|