Name: Anonymous 2013-11-27 3:25
I have a set of array:
Is it possible to move "item_id" key to the above "comments" array?
Here is my code in php: https://www.refheap.com/21279
{
"comments": [
{
"user_id": "44",
"comment": "what"
}
],
"item_id": "3"
}Is it possible to move "item_id" key to the above "comments" array?
Here is my code in php: https://www.refheap.com/21279