1
vote
Alphanumeric Sorting
You don't specify your target language, but whatever it is, it should have reliable, built-in sorting methods, so use one of them! For PHP...
Load into an array and sort($array);
…
