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? Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.