Month Top Scores
getMonthTopScores(1, 10);
} catch(StorageSchemaException $e) {
echo "
Error: Database schema is not queryable
";
} catch(StorageConnectionException $e) {
echo "
Error: Database is not available
";
}
?>
| # |
Username |
Points |
$res) {
echo '';
echo '| ' . ($key+1) . ' | ';
echo '' . $res['username'] . ' | ';
echo '' . number_format($res['points'],0) . ' | ';
echo '
';
}
?>
View all
Year Top Scores
getYearTopScores(1, 10);
} catch(StorageSchemaException $e) {
echo "
Error: Database schema is not queryable
";
} catch(StorageConnectionException $e) {
echo "
Error: Database is not available
";
}
?>
| # |
Username |
Points |
$res) {
echo '';
echo '| ' . ($key+1) . ' | ';
echo '' . $res['username'] . ' | ';
echo '' . number_format($res['points'],0) . ' | ';
echo '
';
}
$storage->close();
?>
View all