treez Posted April 26, 2006 Share Posted April 26, 2006 I have a thing that is listing me some stuff from my database.[code]$jo_result = mysql_query("SELECT * FROM users_pages ORDER BY views DESC LIMIT 30");while ( $jo_row = mysql_fetch_array($jo_result) ){[/code]But when it lists it by VIEWS it goes like this:979598584808etcHow can I stop this and make it go properly? Link to comment https://forums.phpfreaks.com/topic/8423-sort-ordering/ Share on other sites More sharing options...
litebearer Posted April 26, 2006 Share Posted April 26, 2006 Look here[a href=\"http://us3.php.net/natsort\" target=\"_blank\"]http://us3.php.net/natsort[/a]Lite... Link to comment https://forums.phpfreaks.com/topic/8423-sort-ordering/#findComment-30809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.