Currently there are ways to show latest, online and featured users, however is there anyway to display random users?
Any advise would be great.
Thanks
Paul
Currently there are ways to show latest, online and featured users, however is there anyway to display random users?
Any advise would be great.
Thanks
Paul
SELECT * FROM ow_base_users ORDER BY RAND() LIMIT 12; etc...
What's a lot of user's in your mind?