MINI MINI MANI MO

Path : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/
File Upload :
Current File : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/deletedoctorlist.php

<html>
<body>
<?php

	include "connect.php";
	
	$img = $_GET["img"];
	
		$picDelete = unlink("../upload_file/$img"); 
		$strSQL = "DELETE FROM doctor_list 
		WHERE list_id = '".$_GET["list_id"]."'";   
		$objQuery = mysqli_query($objCon,$strSQL);
	
?>
<script type='text/javascript'>window.location.href = "javascript:history.back()"</script>
</body>
</html>

OHA YOOOO