Sorting my data
Posted: Fri Apr 19, 2002 7:42 am
Hi
I need help some help getting PHP script to display data from a table in my MySQL DB, I want to use just one column, with a 4 digit number, and to be printed out in a numerical format by that column. e.g.
This is what would be in the DB:
6666
6665
6667
6664
I would want if printing like :
6667
6666
6665
6664
Please help me!
I need help some help getting PHP script to display data from a table in my MySQL DB, I want to use just one column, with a 4 digit number, and to be printed out in a numerical format by that column. e.g.
This is what would be in the DB:
6666
6665
6667
6664
I would want if printing like :
6667
6666
6665
6664
Please help me!