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_b_val.php

<?php
include("connection.php");
$id=$_GET['id'];
$query=mysql_query("DELETE FROM b_news WHERE id='$id'");
?>
<script>
alert('Delete Successfull......!!!');
window.location.href="view_b_news.php";
</script>