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_universities.php
<?php require("inc/header.php"); include_once("../inc/lang.php"); ?> <td valign="top"> <br /> <table width="60%" border="1" align="center" cellpadding="6" cellspacing="0" bordercolor="#CCCCCC" class="table1"> <tr> <td bgcolor="#EAF4FF" colspan="2"><b><u>View Universities</u></b></td> </tr> <tr> <td><strong>S/No</strong></td><td><strong>Name</strong></td> </tr> <? $sql=mysql_query("SELECT * FROM universities"); $sno=0; while ($row=mysql_fetch_array($sql)){ $sno++; ?> <tr><td><?=$sno?></td><td><?=$row['name']?></td></tr> <? } ?> </table> <?php require("inc/footer.php"); ?> </body> </html>
Simpan