File manager - Edit - /home/autoph/public_html/pms_v1/pef/getPCPPeriod.php
Back
<?php include_once("../../../cfg/conn.php"); include ("../functions/users.php"); // error_reporting(0); if(isset($_POST['period'])){ $count=0; $pcpID = $_POST['pcpID']; $getPCPHeader = "SELECT * FROM `pcp_headers` WHERE `deleted`=0 AND `id` ='$pcpID' LIMIT 1"; $empPCP = mysqli_query($conn,$getPCPHeader); while($cnt=mysqli_fetch_array($empPCP)){ $count = $cnt['period_count']; } echo "The current set period is ".$count ; $conn->close(); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings