<?php include 'config.php';
$sql = mysql_query('select id, username from users order by id'); while($row = mysql_fetch_array($sql))
{ ?>
<?php echo ".$row['id'];." ?><br />
<a href="view_profile.php?id=<?php echo ".$row['id'];." ?>"><?php echo ".$row['username'];." ?></a>
i use this script but its showing all users with on link.

New Topic/Question
Reply



MultiQuote



|