Hi,
When I use the ORDER BY function to sort numbers, for instance 7, 10, 25, it will produce 10, 25, 7. So is there a way to sort these numbers the right way, and not the alphabetical way? And if this isn't possible, how do I use PHP to delete a zero at the beginning of a number (so I can just go ahead and use 07 in the database instead of 7).
TIA,
Alwyn
P.S. I was a bit hesistant to post a mySQL question on a PHP forum, should I take this elsewhere?