Using JsonEncode I got a php array in Javascript. How I can get the modified array back to php?
2 Answers
As I understood you need json_decode() function. You can easily convert array encoded in json-format to the php-array
1 Comment
Question Mark
That is, after you have submitted it to a php script via ajax or through a form submit.