File manager - Edit - /home/autoph/public_html/pms_v1/pcpDocuments/getEmployeeKPIWeight.php
Back
<?php include_once("../../../cfg/conn.php"); //error_reporting(0); if(isset($_POST['loadWeight'])){ $activePCP = $_POST['activePCP']; $getBranchList = "SELECT * FROM `kpi_employee` WHERE `deleted`='0' AND `id`='$activePCP'"; $getBranch = mysqli_query($conn,$getBranchList); while($row = mysqli_fetch_array($getBranch)){ echo $row['kpi_weight']; } $conn->close(); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings