Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if( empty( $_GET['id'] )) {
  2. $resultat = $db->get($prefix."user_data");
  3. foreach($resultat as $user)
  4. echo'Userliste';
  5. } elseif( $user = $db->id_get($prefix."user_data", $_GET['id'] )) {
  6. ?>
  7. Hier das Profil
  8. <?php
  9.  
  10. }
  11. else {
  12. echo'
  13. Profil nicht gefunden
  14. ';
  15. }
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement