Posts by Marco Antonio Santanna • 23 points
2 posts
-
0
votes2
answers38
viewsA: Help Foreach stdClass
The die() function terminates the current script, usually used for error handling. Maybe it is better to follow the query: $stmt = $PDO->prepare("SELECT usuario_id FROM usuario WHERE…
-
2
votes2
answers485
viewsQ: Function . ajaxComplete() performs several times
I want to add this function after a . ajaxComplete, but every time an ajax happens, this bolco executes an amount of times equal to the amount of ajax that happened. For example, if I first click…