boleknowak

Untitled

Dec 30th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. mysql_connect("localhost","root","test12345") or die ("Błąd połączenia z serwerem!");
  3. mysql_select_db("skriptmc") or die ("Błąd połączenia z bazą!");
  4.  
  5. $id = mysql_query("DELETE FROM report WHERE id=".$_GET['id']);
  6.  
  7. header("Location: index.php");
  8.  
  9. ?>
Add Comment
Please, Sign In to add comment