Is there a way to make a if run more then once.
I have to make it say
PHP Code:
if($clan_application['game_' . $game['gameid'] == '1' . '')
$game['title'] = $game['title'] . ' <br /> ' . ;
}
else
{
$game['title'] = '';
}
I also can't hard code it as the games get added dynamically. It adds a row in one table and adds a column in another.
If someone is smart enough for a solution which I belive there will be here I praise you.