I have lots of records in the database and at the moment, a user can query the database with an HTML form and display the results searched for according to criteria.
What I would like is, if they come across a record they like, they can click a button and add it to a favourites list which is always displayed on the screen. (They can have up to 5 on the list).
Has this been done before? Are there any available scripts anywhere to cater for this? I couldn't find any.
What's the best way to go about it? Using sessions?
What I would like is, if they come across a record they like, they can click a button and add it to a favourites list which is always displayed on the screen. (They can have up to 5 on the list).
Has this been done before? Are there any available scripts anywhere to cater for this? I couldn't find any.
What's the best way to go about it? Using sessions?