Posts by Sobotyk • 5 points
3 posts
-
0
votes1
answer785
viewsQ: How to make a JSON with an object array
I have a form that is sent via POST as JSON. But I have an object array called classes[] in Javascript. The Object contains discilpin, ch and stroke. That is, the array that is generated dynamically…
-
0
votes2
answers295
viewsQ: How to read JSON data sent by javascript in PHP
I want to pass a form via json pro my php to then insert the data in the bd. function enviaDados(form){ var dados = document.getElementById('form'); console.log(dados.categoria.value); $.ajax({…
-
0
votes0
answers499
viewsQ: <select> does not appear with Materialize
The select tag does not appear if I import the content from the other page, only if I put it directly into the index. Follow the code: index php. <!DOCTYPE html> <html> <head>…