Hi all,
I need to randomise items that appear on 5 separate pages from a database table.
How can I create this so that the same result does not appear on another page?
Thanks.
Kevin.
How about having a table in the db that stores the session id and each item that has been displayed. When you get your random item id check it against this table.