I have a list of numbers in a mysql database. and when i pull it in to a php / html page i use the ORDER BY <<variable>> in the sql.
The only problem is that it comes in:
104
11
116
117
120
14
and so on. Can anyone please tell me how i can drag the information in from the database so that it displays in the correct order eg.:
11
14
104
116
117
120
please
Mark