Arrays
Posted: Sat Oct 15, 2005 6:44 am
Im new to PHP, i have seen in many scripts that they have arrays echo'ed out like $something->somethingelse. I thought an array was suposs to be like $something[somethingelse]. any way could someone just tell me what this is
AND
iv got an array with Player names from a game server running Call of duty in it, I want to echo out the first three leaders that have the highest score on that server, this array holds the scores and the names of the players, how do I just narrow is down to the players with the highest score?
AND
iv got an array with Player names from a game server running Call of duty in it, I want to echo out the first three leaders that have the highest score on that server, this array holds the scores and the names of the players, how do I just narrow is down to the players with the highest score?