Posts by Bolaxano • 35 points
2 posts
-
2
votes2
answers666
viewsQ: DELETE WITH LEFT JOIN
I’m having an error trying to execute this command: DELETE doacoes FROM doacoes LEFT OUTER JOIN animais ON animais.idAnimal = doacoes.idAnimalDoacao WHERE animais.idAnimal = doacoes.idDoacao; I want…
-
1
votes0
answers35
viewsQ: Sweetalert does not cancel deletion
I created a deletion system with sweetalert, when clicking delete, it does not cancel the deletion. The language used is PHP without OO and PDO. Could you help me? Follow the code of the Alert and…