Posts by Jaime Neto • 1 point
1 post
-
-1
votes2
answers110
viewsQ: Delete multiple Rows using php and mysql checkbox
I want to delete the Rows that I select with my checkbox and delete also in the database so that is giving pq in this part of the code : <?php include "conexao.php"; if (isset($_POST['sel'])) {…