File manager - Edit - /home/autoph/public_html/pms_v1/opsPlan/getKPIWeight_Area.php
Back
<?php include_once("../../../cfg/conn.php"); //error_reporting(0); if(isset($_POST['loadWeight'])){ $activeKPI = $_POST['activeKPI']; $getBranchList = "SELECT * FROM `kpi_area` WHERE `deleted`='0' AND `id`='$activeKPI'"; $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