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