Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php require_once("../../../../512/1.001/data/class.php");
  2. $sql=mysqli_query($db,"select SUM(tbl_ccp_loans.payableamount) AS total"); $row = mysqli_fetch_assoc($sql);
  3. $sum = $row['total'];
  4. $sum;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement