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