Delete cookie and refresh page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevrelland
Forum Commoner
Posts: 73
Joined: Mon Jan 08, 2007 7:41 am

Delete cookie and refresh page

Post by kevrelland »

Hi,
I've built a recently viewed products query for my cartweaver store that uses a cookie to store the product id's
and i've built the link that makes the cookie stale and reloads the page but the products are still there.
I think i have to use ajax to call the products instead of my php, is this correct?
Also does anyone know of a tutorial that would help me do this, as i have spent hours on google trying to find some help
Cheers
Kevin
Post Reply