Posts by Thiago Cordeiro • 121 points
2 posts
-
1
votes2
answers764
viewsA: Graphic in Bars Char.js
What’s right is you do with ajax, mounts an array with the result of SELECT and converts to json. Ex: creates a file consulta_estoque.php and do the following: $estoques = 'SELECT ...'; $dados = [];…
-
1
votes1
answer1515
viewsA: How to update via ajax + php
Hello, I haven’t tried it, but I noticed that you are doing Location.Reload() before sending the ajax request, try to make the changes to see if it works. $.ajax({ type: "POST", url: destino, data:…