Item Type
Item Name
Search file in folder and subfolders...
<?php include("header.php");?> <?php $id = $_GET['id']; if($id) { $del = mysql_query("delete from `highlight` where `cal_id`='".$id."'"); ?> <script> window.location.href='manage_highlight.php';</script> <?php }?>