Quote:
Originally Posted by Amaury25
By arbitrary, do you mean that most of them being in date and time order is a coincidence? How about the no matches error, though, and the partially blank page when using the ID?
Anyway, is it possible to make this go by date and time order?
|
Yes. As for the no matches its likely the user just has some characters that aren't being displayed on screen in their username.
If you wanted it by date order you'd need to add
ORDER BY <datefield> to the query.