File manager - Edit - /home/autoph/tmp/public_html/pms_v1/ajaxCall/loadEmployees_countRow.php
Back
<?php include_once("../../../cfg/conn.php"); include ("../functions/users.php"); //error_reporting(0); $qRow=0; if(isset($_POST['pmsCountRow'])){ $userID = $_POST['userID']; $countData = "SELECT * FROM tempmarviews WHERE `owner_id`='$userID'"; $qCount = mysqli_query($conn,$countData); while($row = mysqli_fetch_array($qCount)){ $qRow = $qRow + 1; } echo $qRow; $conn->close(); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings