Path : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/ |
Current File : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/deleteclinic.php |
<html> <body> <?php include "connect.php"; $strSQL = "DELETE FROM clinic WHERE clinic_id = '".$_GET["clinic_id"]."'"; $objQuery = mysqli_query($objCon,$strSQL); ?> <script type='text/javascript'>window.location.href = "clinic.php"</script> </body> </html>