Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. $pending = "SELECT * FROM nasabah Where status IN ('Pending','Proccess','Success')";
  3. $result1 = mysqli_query($con, $pending);
  4. $totalpending =mysqli_num_rows($result1);
  5.  
  6. echo $totalpending;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement