Can people please give some tips or directions on how to create a DB Table and
Stored Procedure to achieve the following:

I have a website that runs on CFMX server. Members have to register and
log-in to the site with usernames and passwords. Once registered, members can
create a webpage for themselves that show their personal information and a few
photos. When a member visits another member's personal webpage, I want the
name of the visitor to show on the page so that for example "10 most recent
visitors to your page" can be displayed. Can anyone help guide me through what
table and SP to create on the server and what code to insert in member's page
source file to capture that information? Thanks a million all.:confused;