whoami7 - Manager
:
/
home
/
gracious
/
hris.graciousphils.com
/
backup hris employee
/
Upload File:
files >> /home/gracious/hris.graciousphils.com/backup hris employee/get_department.php
<?php include('includes/config.php'); if(!empty($_POST["comp_area_id"])) { $areaid=$_POST["comp_area_id"]; $sql=$dbh->prepare("SELECT * FROM tbldepartments WHERE StCode=:areaid"); $sql->execute(array(':areaid' => $areaid)); ?> <option value="">Select Department</option> <?php while($row =$sql->fetch()) { ?> <option value="<?php echo $row["StCode"]; ?>"><?php echo $row["DepartmentName"]; ?></option> <?php } } ?>
Copyright ©2021 || Defacer Indonesia