MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/latestnews/settings/
File Upload :
Current < : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/latestnews/settings/del_blog.php

<?php 
include("connection.php");
session_start();
$id=$_GET['id'];
$name=$_SESSION['username'];
$query=mysql_query("DELETE FROM blogs WHERE id='$id' AND name='$name'") or die(mysql_error());
header("location:view_blog.php?deleted");
?>