Hi all:
I was wondering if anyone ever felt the need to create a page where users could add topics to their favorite topic list, so that when ever they wanted to review it, they would have easy access to it.
At the top of every topic would be a icon "Add to Favorites" and it would create a record on a new database table, say tblFavorites, with fields like F_ID (key), Author_ID (to store the user ID), Topic_ID (to store the Topic ID), and I was thinking a page kinda like Activer Topics List to access to them.
What you goys think? Anyone ever tried this at home???