Posts by Nicolas Vilela • 31 points
2 posts
-
3
votes3
answers758
viewsQ: How do I know if a record has been added to the database?
Hello, I am working on a warning system, when a data larger than normal is registered in the database an alert has to appear on the page where the user is browsing. The problem is that I don’t know…
-
0
votes0
answers244
viewsQ: Using ajax to execute a php code
Hello, I’m having a problem with how to use ajax to run a php code, I’m trying for hours to find the problem, but I can’t. Code js $.ajax({ url: 'deletarOrgs.php', data: { id: $id }, type: 'POST',…