Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. include("../inc/connection.php");
  4. include("../inc/tjeklogin.php");
  5.  
  6. // Slet en side
  7.  
  8. if ($_GET['sideid']) {
  9. mysql_query("DELETE FROM sider WHERE sideid='".$_GET['sideid']."'") or die(mysql_error());
  10. echo $_GET['sideid'];
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement