I am wondering how you would try to approach the following. Basically, a 'wishlist' type of application. I am displaying real estate. I would like to give the user an opertunity to click on a button that will 'store' the property in a cart/wishlist.
When they are done looking at all proerties, than email the wishlist to the real estate office.
I am a php novice but learning fast.
I first thought about a simple shopping cart approach, but I am afraid I couldnt find anything simple enough.
Can anyone offer some advice on how to implement this? Maybe with some sample code?