Posts by Telma Mateus • 1 point
1 post
-
0
votes2
answers29
viewsA: My delete is deleting the table data but not redirecting to the page I want
Try this as an alternative. function apagar($cod_pedido) { $link = conexao(); $query = "delete from pedido_oracao where cod_pedido = '{$cod_pedido}'"; mysqli_query($link, $query) or die ("Erro"); }…