Forum Moderators: coopster
$fetchname = "SELECT * FROM realmlist";
$row = mysql_query($fetchname);
while($queryresult=mysql_fetch_array($row))
{$igda=($queryresult["name"]);}
echo "<center><span class='style1'>$igda</span></center>";
mysql_free_result($row);
ive had this problem before where it only outputs one result, so if i have 2 names in there, itll output only one name, i want it to ouput the whole row