Posted on Monday 21st May 2007 at 11:31 PM
Code
$user1 = mysql_query("SELECT * FROM ibf_members ORDER BY posts DESC LIMIT 0,1") or die (mysql_error());
$fetchuser1 = mysql_fetch_assoc($user1);
$admin1 = $fetchuser1['username'];
$fetchuser1 = mysql_fetch_assoc($user1);
$admin1 = $fetchuser1['username'];
I don't know whats wrong with this code, it was working with my other forum software, but when I changed it nothing happens.
That code should display Diablosblizz because I am the top poster, but it doesn't. It's just blank.
:( - Please help