Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $users = mysql_query("SELECT * FROM players WHERE id='2'");
- while ( $player = mysql_fetch_array($users) ) {
- echo '<b> <a href="viewprofile.php?userid='.$player['id'].'">'.$player['id'].'</a></b><br>';
- }
- ?>
Add Comment
Please, Sign In to add comment