So I’m going to implement this “Bookmark” feature on my site. Basically, if you like this page, you can bookmark it and view all your bookmarks in your members area.
I’m new to databse connection with php. I’ve already figured out the login/register/sessions(mostly new to sessions) and know how to display information. Basically, I’m asking how to insert information into a database without erasing the original. And how to read it to links and text if I just add onto the other text in the table row.