Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. include 'conection.php';
  3.  
  4. $id = $_GET['id'];
  5.  
  6. mysqli_query($conection, "DELETE FROM crud where id='$id'");
  7.  
  8. header("location:index.php");
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement