Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.             $query=mysqli_query($conn,"SELECT*FROM property LIMIT $offset,$total_records_per_page".$queryCondition);
  3.  
  4.  
  5. ?>
  6.             <?php while($row = mysqli_fetch_array($query)) {
  7.                
  8.                 $id=$row['id'];
  9. $img=$row['image'];
  10.  
  11.  
  12.  
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement