This is probably a MySQL question, and maybe an easy question, but I'm here to learn 
<|:)

When I order by number, it echoes 1,2,3,4,5,6,7,8,9,10 and hten jumps to 100...199 
before it comes back to 11-19. Any way of ordering that differently?

$sql = 'SELECT * FROM '.$table.' ORDER BY number desc;';

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to