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 :
view_app.php
<?php require("inc/header.php"); include_once("../inc/lang.php"); ?> <td valign="top"> <br /> <table width="98%" border="0" align="center" cellpadding="6" cellspacing="0" bordercolor="#CCCCCC" class="table1"> <tr> <td bgcolor="#EAF4FF" colspan="2"><b><u>View Intending Applicants</u></b></td> </tr> <tr> <tr> <td colspan="2"> <? //$session_term = GetCurrentSession() ; include_once('pagination/cview_fxn.php') ; $use_array = do_searchdata('submit') ; $sessionyr = $use_array['sessionyr'] ; $from_date = $use_array['from_date'] ; $to_date = $use_array['to_date'] ; $datechk = $use_array['datechk'] ; $class = $use_array['class'] ; $term = $use_array['term'] ; $studchk = $use_array['studchk'] ; include('inc/search_form_int_app.php'); include('inc/generate_query_int_app.php'); //$firephp->log($stud, 'stud class') ; //$firephp->log($stud_otherprof, 'stud array') ; ?> </td> </tr> <td colspan="2" class="warn"><?php echo $title_init.' '.$title_date.' '.$title_session.' '.$title_class ; ?></td> </tr> <tr> <td colspan="2"> <? include_once('pagination/custom_view_int_app.php') ; ?> </td> </tr> <tr> <td colspan="2"> </td> </tr> </table> <!- content ends here --> </td> </tr> </table> <?php require("inc/footer.php"); ?> </body> </html>