| Posted by jodleren on 06/14/48 12:00 
Hi!
 I user sort() but it gives me all uppercase items first.
 Looking at http://ee.php.net/manual/en/function.sort.php I cannot find
 what I need - tried natcasesort, but that was even more
 interesting....
 
 sort gives me (yes, I am aware of the spelling error)
 
 Doc manager
 Doc manger more
 Tango
 brugs
 
 while natcasesort gives me
 
 Doc manager
 Tango
 Doc manger more
 brugs
 
 and I want
 
 brugs
 Doc manager
 Doc manger more
 Tango
 
 just as my alphabet is :-)
 What should I user...
  Navigation: [Reply to this message] |