Posts by Caio Rodrigues • 1 point
1 post
-
-1
votes2
answers614
viewsA: Update database via input using ajax/php
Change the way you are sending the data in the ajax request. Below is an example. $(document).ready(function() { $('#teste').click(function(){ $.ajax({ 'type' : 'POST', 'url' :…