Guest User

Untitled

a guest
Dec 11th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. foreach($guest_list as $guest_umac) {
  2.  
  3. $array_guests[$guest_umac->mac] = true;
  4. }
  5.  
  6. echo '<br /><br />';
  7.  
  8. echo implode("<br />", (array_keys($array_guests)));
Add Comment
Please, Sign In to add comment