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