• File: delete_submit.php
  • Full Path: /home/u184720337/domains/upa.org.in/public_html/adminserver/delete_submit.php
  • Date Modified: 09/14/2023 7:42 AM
  • File size: 377 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php include("header.php");?>
		<?php $id = $_GET['id']; 
		 if($id)
		 {
		 	@unlink($image['image']);
           $result=mysql_query("delete from table_name where question_id='$id'");
           
		 		 $del = mysqli_query($mysqli, "DELETE FROM `about_page` WHERE `id`='".$id."'");
				?>
				<script>
				window.location.href='manage_about.php';</script>
				<?php
		 }?>