I have a linksite. We publish links to our members.
I want to add a favorites feature for members.
There will be a "Add to favorites" link on every link.
When member click to that link it will be added member's favorites link list.
And there will be a favorites page to edit favorites like deleting a link from favorites.
I have php experience on beginner level.
Is this possible without a database integration?
Maybe favorite links can be held in a membername.txt file and that file can be edited for adding and deleting links.
How can I do that ?
Do you suggest another way to do that easily?