Creating a browsed 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:21 UTC
Read the original article Hit count: 258

Filed under:
|

Hi guys,

I'm sure many of you have visited amazon.com. When you do, amazon creates 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, say, 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 this returns only the last URL, which is not what I want. Does anyone have any suggestions to help me with this?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about apache