Can anyone point me in the right direction for a php script that would allow me to implement an 'add user to favourites' system on my members site? Members can look at other members profiles and a favourite/star if they like. This star is only visible by the person who left it. I suppose it's just a bookmarking system within the site itself. My site uses a mysql to store members profiles. I have not tried writing this script yet as there must be tons of scripts like this around but I can seem to find one. Can anyone show me where / or how? Many thanks, Joachim
you can write a simple lines of code that handle this. it will be using another table for recording relations between users many 2 many relation
You can't just download some random free script off the internet that is going to work perfectly on your site without some changes made to it. If you don't know enough PHP to code this very simple script I very much doubt you would know how to implement it granted such script existed and the only thing you needed to update on it was the information to connect to your SQL database. Your best bet would to be learn PHP and SQL and implement it in your site yourself, OR you can pay someone to do it. Since it's a fairly easy script I could code it for you fairly cheaply.
It shouldn't be too difficult to write, why don't you give it a shot. If not just edit a bookmarking script.