Quote:
Originally Posted by sim tech
On both mods, The string:
PHP Code:
WHERE lastactivity > " .$cutoff. " ORDER BY username" );
What the heck is the correct word to use (in place of username) if I want the names to be sorted by what time they logged in, instead of alphabetically?
Thanks-
|
You need to use 'lastvisit' - however, you also need to add this field to the SELECT statement before it will work.