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:
pick_allcatedit.php
<select name="maincatid"> <? $query2 = "SELECT * FROM category ORDER BY thecourse_title"; $result2 = mysql_query($query2); if ($row2 = mysql_fetch_array($result2)) { do { $subjects = $row2["thecourse_title"]; $allsubjects_id = $row2["thecourse_id"]; $subjects = stripslashes($subjects); ?> <option value="<? echo $allsubjects_id ?>" <? if ($allsubjects_id == $thiscatid) { echo "selected"; } ?>><? echo $subjects ?></option> <? } while($row2 = mysql_fetch_array($result2)); } ?> </select>
Simpan