Posts by Tom • 3 points
1 post
-
0
votes1
answer24
viewsQ: PHP page connects to the database, loads but does not delete
Could you help me identify what’s wrong with this code? <?php include ("conexao.php");?> <?php $id = isset ($_POST['id']) ? $_POST['id']:''; $sql= "DELETE FROM `guaxinim` WHERE…