essentially this while statement is within another that lists all of the different game names and I would like to put those in a variable run this while statement and have game name which is stored in a variable put into the $rowUser and have that echo onto the page. Make sense? is this possible to put a variable there or does it have to be plain text?PHP Code:while ($rowUser = mysql_fetch_array($result_usergames)){
if($j<4)
{
echo("<br />" . $rowUser[$gameName] . "<br />");
$j++;
Thanks
Drew




Bookmarks