• File: delete_highlight.php
  • Full Path: /home/u184720337/domains/upa.org.in/public_html/adminserver/delete_highlight.php
  • Date Modified: 09/14/2023 7:42 AM
  • File size: 251 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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
		 }?>