One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
nportal.andjemztech.com
/
examAdmin
/
View File Name :
edit_school2.php
<? include("inc/header.php"); include("inc/config_essay.php"); $school_name=mysql_real_escape_string($_POST['school_name']); $school_id=$_POST['school_id']; $state=$_POST['state']; $branch=$_POST['branch']; $sql="UPDATE universities SET name='$school_name',state_id='$state',branch_id='$branch' WHERE id='$school_id'"; $result=mysql_query($sql); if($result){ echo "School Updated"; } ?> <? include("inc/footer.php"); ?>