Path : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/ |
Current File : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/deleteclinicpic.php |
<html> <body> <?php include "connect.php"; $img = $_GET["img"]; $picDelete = unlink("../upload_file/$img"); $strSQL = "DELETE FROM clinic_pic WHERE pic_id = '".$_GET["pic_id"]."'"; $objQuery = mysqli_query($objCon,$strSQL); ?> <script type='text/javascript'>window.location.href = "javascript:history.back()"</script> </body> </html>