So I have a database of stores and each store has a number in front of its name. They are added in a random order, but I want them displayed in order from 1 to 213. My problem i
The leading zeros may be a temporary solution but in regard of users experience this is wrong. You have to implement a sorting function. Moreover, if your system will have to deal with more than 999 stores, you won't have to touch your code for this.