Posts by Rafael Pedrini • 1 point
1 post
-
0
votes3
answers1797
viewsA: How to send Jquery Json array to PHP
Gabriel, You can use JSON.stringify in javascript to turn your object into a string and pass this string in your "ajax date" and in PHP you use json_decode to turn this string back into an…