Skip to content

Instantly share code, notes, and snippets.

@relrod
Created May 19, 2009 21:50
Show Gist options
  • Save relrod/114447 to your computer and use it in GitHub Desktop.
Save relrod/114447 to your computer and use it in GitHub Desktop.
<?php
$array = array(
1 => "Overall",
2 => "Attack",
3 => "Defense",
4 => "Strength",
5 => "Hitpoints",
6 => "Ranged",
7 => "Prayer",
8 => "Magic",
9 => "Cooking",
10 => "Woodcutting",
11 => "Fletching",
12 => "Fishing",
13 => "Firemaking",
14 => "Crafting",
15 => "Smithing",
16 => "Mining",
17 => "Herblore",
18 => "Agility",
19 => "Thieving",
20 => "Slayer",
21 => "Farming",
22 => "Runecraft",
23 => "Hunter",
24 => "Construction",
25 => "Summoning",
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment