These are the players whose nations have ascended into alicorns and gone on to pursue new pleasures. EOFORM; foreach ($nations as $nation) { echo << EOFORM; } echo "
NationUserAscended On
{$nation['name']}{$nation['username']}{$nation['date']}
"; for ($i = 1; $i * 20 < $numnations + 20; $i++) { if ($i != $mysql['page']) { echo <<{$i} EOFORM; } else { echo "{$i} "; } } } else { echo <<No nations have yet ascended. EOFORM; } include("footer.php"); ?>