Path : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/ |
Current File : /home/phaetpan/domains/phaetpanya.com/public_html/vibharamadmin/saveeditmailcontact.php |
<html> <body> <?php include("connect.php"); $strSQL = "UPDATE footer SET footer = '".$_POST["footer"]."' ,admin_id = '".$_POST["admin"]."' WHERE footer_id = '".$_POST["footer_id"]."' "; $objQuery = mysqli_query($objCon,$strSQL); ?> </body> <script type='text/javascript'> window.location.href = "contact.php" </script> </html>