Просмотр поста #102776: Различные вопросы по PHP и MySQL

.
dilp
$q = mysql_query("select `id` from `game` ;");
while($arr=mysql_fetch_assoc($q))
{
include 'group.php?act=group&mod=play&id=' . $arr['id'].'';
}