Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 3.21.158.106 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/shivainternational27.com/public_html/dashboard/include/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("../../connection.php"); date_default_timezone_set('Australia/Perth'); $currentDate = date('d-M-Y'); $name = mysqli_real_escape_string($con, $_POST['ielts']); $pte = mysqli_real_escape_string($con, $_POST['pte']); $uid = '1'; $s=mysqli_query($con,"UPDATE `fee` SET `ielts`= '".$name."',`pte`= '".$pte."' WHERE `id` = '1'"); // $s = mysqli_query($con,$query); if($s){ echo "<script> alert('Fee Updated Successfully.'); window.location.href='../home.php'; </script>"; }else { echo "<script> alert('Error.'); window.location.href='../home.php'; </script>"; } ?>