Hi Chris,
FYI:

"Chris Fry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Should be ORDER BY ID, DESC

actually it shouldn't be this way, since DESC is an option of the ORDER BY
command meaning DESC...

ORDER BY [column] [ASC | DESC] (ASC is default)

so the original code was correct



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to