RE: [PHP] order by what?
[email protected] ("Jay Blanchard")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
[snip] How can order by be forced to order alphabetically and ignore accents without stripping the accents for printout? This is a problem for both caps & normal letters. [/snip] Definitely an SQL question. What character set are you using in your database? Is the accent the first character of the string or is this a multi-byte character?