Hi all,
If you read one of my previous posts, you might remember I was asking for something related to caching and displaying via cookies.
After giving it much thought, I figured that it's something very close to a shopping cart.
Only thing that I have to modify is that when I click on an item to add to the cart, I DO NOT want to be linked to the page where items added are displayed.
Instead, I want the link clicked to be sort of 'marked' (checked box) and the mark should stay there until the cookie expires or the user decide to clear them all, or one by one.
Here's an example done in ASP:
I was hoping if anyone has seen this kind of script for php.. scripts for shopping carts that does similar things..etc (I have looked for them in hotscript.com but had no luck)
THanks again!