File manager - Edit - /home/autoph/public_html/pms_v1/mar/checkMarForApproval.php
Back
<?php include_once("../../../cfg/conn.php"); include ("../functions/users.php"); //error_reporting(0); $countApproval=0; if(isset($_POST['code'])){ $userID = $_POST['userID']; $getMyProfile = "SELECT * FROM `tempapprovalView` WHERE `owner_id`='$userID' ORDER BY `employee_name` ASC"; $getMyPro = mysqli_query($conn,$getMyProfile); while($row=mysqli_fetch_array($getMyPro)){ $countApproval = $countApproval + 1; } echo $countApproval; $conn->close(); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings