Posts by Diogo Barreto • 1 point
1 post
-
0
votes2
answers134
viewsQ: I cannot send JSON array to PHP page
Good night, I am trying to send a simple code array (2,5,7,etc) in Json format to a php page through an Ajax request but I cannot. My JS: <script type="text/javascript"> function enviArray() {…