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:
print_app_stud.php
<? session_start(); include("inc/config.php"); include_once("../inc/fxn.php"); $officer_id=$_SESSION['officer_id']; $rw=GetMany("admin",$officer_id,"id"); $branch_id=$rw['branch_id']; $school_id=$rw['school_id']; ?> <table cellpadding="5" cellspacing="0" border="1" width="80%"> <a href="javascript:;" onClick="window.print();">Click here to Print</a> <tr><td colspan="6" align="center" valign="middle"><h3><? echo GetAny("universities",$rw['school_id'],"id","name");?> </h3></td></tr> <tr><td colspan="6" align="center" valign="middle"><h4>List of Approved NSE Essay 2012 Competition Applicants</h4></td></tr> <tr><td>S/No</td><td>Matric/Admission No<td>Applicant's Name</td><td>Department</td><td>Faculty</td><td>Level</td></tr> <? $sql="SELECT * FROM clearance_status,reg_profile WHERE reg_profile.stud_id=clearance_status.stud_id AND reg_profile.school='$school_id' AND clearance_status.dean_verify='1'"; $result=mysql_query($sql); $sno=0; while ($row=mysql_fetch_array($result)){ $sno++; $surname=$row['surname']; $othernames=$row['othernames']; $fac=$row['faculty']; $dept=$row['dept']; $stud_id=$row['stud_id']; $level=$row['level']; $matric_no=$row['matric_no']; ?> <tr> <td><? echo $sno ?></td><td><? echo $matric_no ?><td><? echo "$surname $othernames" ?></td><td><? echo $dept ?></td><td><? echo $fac ?></td><td><? echo $level ?></td> </tr> <? } ?> </table>
Simpan