Quote:
Originally posted by geniuscrew
So there's no way of making it go through the list of quotes and display them one by one?
|
To make it go down the list one by one, you need to make your site remember each member somehow, and remember which quote they have looked at, store it, so that the next time they return, the site can go to the next quote.
You can do this by adding a new column to the user table, and saving the quoteid that the member has looked at, and just add 1 after that OR use cookies to save the information.
Either way, it can be done, but would take some effort.