Skip to content

Instantly share code, notes, and snippets.

View svolpe43's full-sized avatar

Shawn Volpe svolpe43

View GitHub Profile
@svolpe43
svolpe43 / gist:9925837
Created April 2, 2014 00:31
Leaderboard controller
$userinfos = query("SELECT * FROM users ORDER BY cash DESC");
if ($userinfos === false)
{
apologize("Couldn't load your data.");
}
$positions = [];
$rank = 1;
//Cycle through each user