Posts by Leonardo Marcatti • 11 points
1 post
-
1
votes0
answers25
viewsQ: Send JSON to PHP8 via AJAX
I need a lot of help. I need to send a JSON to PHP via AJAX/Jquery but something is not working. I have a JS file with the command: $('#save').click(function(e) { submit(); }); function submit() {…