Posts by Junior31 • 11 points
1 post
-
1
votes1
answer631
viewsQ: Sending an Array by POST with JSON to PHP
Next, I need to send an array by POST with JSON. I have read about JSON.stringify and in my PHP code use json_decode, but in practice I am not able to apply. I will put the code here and change it…