Jump to content

[SOLVED] Newbie cant get asort to work.


tvance929

Recommended Posts

Hi guys,

 

I'm real new to php and am trying to get asort to sort my associative array.

 

I call this:

asort($scoresArray);

 

and then do this:

while(list($Name, $Score) =each($scoresArray))

{

echo $Name.$Score;

}

 

but my results look like this:

Joe 1000  Fred2000 Todd650  MAJ_todd9000

 

Can someone clue me into what I'm doing wrong???

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/147688-solved-newbie-cant-get-asort-to-work/
Share on other sites

WOW!  thanks... im glad I found you guys... Im a .Netter (sorry) but am loving this php thing and sure am happy to find a great resource with quick answers like this one!

 

Thanks... I assumed it would just figure the values were numeric and sort them as such... thanks so much for the answer!

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.