Posts by Ale Bresio • 1 point
1 post
-
0
votes0
answers275
viewsQ: How to update Mysql database with Ajax + PHP
I need to update my Mysql database asynchronously. I have a table with bank results. <?php $sqlCategoria = "SELECT * FROM categorias"; $resultCategoria = mysql_query($sqlCategoria);…