Hello Guys!
I am after a little help,
I am setting up a user-system with RMB's user-system as i quite like it,
Now i know their is security flaws and what not, But I'll sort them out.
It's been doing my head in trying to get this to work but i would like to
know if you could recode this to make the member list showup like this:
Userlist:
[MemberName] [MemberName] [MemberName]
[MemberName] [MemberName] [MemberName]
But Currently it's showing up like:
[MemberName]
[MemberName]
[MemberName]
[MemberName]
[MemberName]
Etc..
Here is the code:
Would be appreciated if you could help me with this asap.PHP Code:}
}else{
//gets all the members from the database
$getusers = mysql_query("SELECT * FROM `authme` ORDER BY `id` ASC") or die(mysql_error());
//loops there name out
while ($user = mysql_fetch_array($getusers)) {
echo "<a href='members.php?user=$user[username]'>$user[username]</a><br>";
}
}
echo "<center>";
?>
Thanks,
Chris.





Reply With Quote




