Guest User

Untitled

a guest
Feb 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?PHP
  2. include ("db.php");
  3. $sql = "SELECT * FROM ordinary_clients ec WHERE ec.groom_id='43' AND ec.sno='5' ";
  4. $sqlquery=mysqli_query($con,$sql);
  5. while ($rec=mysqli_fetch_array($sqlquery))
  6. {
  7. echo 'Name:'.$rec['name'];
  8. echo $rec['data'];
  9. }
Add Comment
Please, Sign In to add comment