These are the players whose nations have ascended into alicorns and gone on to pursue new pleasures.
Nation | User | Ascended On |
EOFORM;
foreach ($nations as $nation) {
echo <<{$nation['name']} | {$nation['username']} | {$nation['date']} |
EOFORM;
}
echo "
";
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");
?>