Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba -> abcd etc) I would like to be able to display the data like they are inserted into database. Any help is welcome, Thanks