Creating a broswed history menu
Posted
by pundit
on Stack Overflow
See other posts from Stack Overflow
or by pundit
Published on 2010-03-18T23:09:33Z
Indexed on
2010/03/18
23:11 UTC
Read the original article
Hit count: 259
Hi guys,
I'm sure many of you have visited amazon.com. When you do, amazon create a list of browsed menu items at the very bottom of the home page. I am currently doing a project that applies personalisation and customisation and wanted to implement something similar. my prototype is based on an institution, so i want to display a list of probably the last 5 viewed programmes or courses on the home page. I am using php and so far i have thought of using $_SERVER["HTTP_REFERER"], but basically returns the last url..Which is not what i want. Does any one have any suggestions that could probably help with this.
thanks.
© Stack Overflow or respective owner