I am using the real estate template in php 4.2. I have it set up so that users can create an account in members table. When they are viewing homes listed in the main table, I want them to be able to save the listings they are interested in. When they select a listing to save, I want it to be sent to their saved listings page in members table. I have no idea how to do this.
For example: Beside each listing there is a view link to view the property, I am going to add a save this listing link next to the view link. But I don't know how to set the link up to move it their saved listings page. Is there a code to move the selected property to their saved listings page when they are logged in and select this option? Thanks!