Guest User

Untitled

a guest
Apr 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $b1 = "SELECT id FROM datacards WHERE id<>".$dcard."";
  2. $b2 = mysqli_query($con, $b1) or die (mysqli_query($con));
  3. while($b3 = mysqli_fetch_array($b2))
  4. {
  5.  
  6. $ids[] = $b3['id'];
  7. }
  8. $Myarray=implode("," , $ids);
Add Comment
Please, Sign In to add comment