I'm creating a series of profiles, and I want to create a sort of ranking based on the number of visits .
I already created the script to add visits and everything is already right in the users
table.
User_id|User_cover|User_name|User_content|User_pais|User_facebook|User_date|**User_views**
The User_views
adds to each view. I happen to want to show the result of the query and calculate by the column User_views
to position in the table that this user is. Returning a number for display in HTML.
Can I do this without script or will I have to adapt? And if I have to do that, what logic do I need to execute?