Hi, I am trying to make a very simple functionality as indicated in the topic. I have a list of 5 words that I wish to be able to use to display a new word each day. So if a user logs in for 5 consecutive days, he would have seen all the five words, one on each of those 5 days. If however a user logs in on day one and then logs in after 5 days, he will only see the 2nd word since he is logging in for the 2nd time.
Thanks for any help in advance.