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