Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $procura4 = mysqli_query($link, "SELECT * from jogo1 ORDER by steamid");
  2.  
  3. while($array4 = mysqli_fetch_array($procura4)){
  4.  
  5. $nrsteamids1[] = $array4["steamid"];
  6.  
  7. }
  8.  
  9. $nrsteamids2 = array_unique($nrsteamids1);
  10. $nrsteamids2 = array_values($nrsteamids2);
  11.  
  12. echo count($nrsteamids2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement