Okay i'm trying to make a ranking function so i have my rankings and how many points is needed to be at that ranking now what i want to do is to beable to search that array with a users current ranking and see where it falls inbetween how ever i dont know how to search through an array like that
Depends on how the array is set up, but you'll probably need a function that does a foreach() on the array until it finds an array key or value which is greater (or less) than the user's value.
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks