On Fri, 6 Apr 2001 18:33, Chris Anderson wrote:
> Currently I am using the sort() command to sort an array. Unfortunately
> it uses the ascii number so all words starting with uppercase are
> before lowercase. Is there a case insensitive alphabetical sort that I
> don't know of? Thanks in advance ^_^
You might have to use usort and build a little case-insensitive sort
routine yourself. Remember that ASCII A + 32 = ASCII a and so forth.
--
David Robley | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES | http://www.nisu.flinders.edu.au/
AusEinet | http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]