If I have a number of text stings how can I get them to display on my site in a round robin fashion?
I would want the a string displayed on each page of my website, but each time the user changes page they should get the next string, eg (if there were 4 messages in total) :
homepage - "message 1"
click onto section page - "message 2"
click onto product page - "message 3"
click back to section page - "message 4"
click onto another product page - "message 1"
click onto 'contact us' page - "message 2"
etc, etc
I would want the a string displayed on each page of my website, but each time the user changes page they should get the next string, eg (if there were 4 messages in total) :
homepage - "message 1"
click onto section page - "message 2"
click onto product page - "message 3"
click back to section page - "message 4"
click onto another product page - "message 1"
click onto 'contact us' page - "message 2"
etc, etc
Comment