I'm using MySQL, my database implementation is as of the following:
tip_of_the_moment
description 1
description 2
description 3
description 4
description 5
description 6
description 7
description 8
It's simply a table containing decription as entries.
Everytime, when the script is executed, I would like to display a different description, after description 8 is displayed, the next description to be displayed will be description 1.
Can someone show me how am I supposed to achieve this?
tip_of_the_moment
description 1
description 2
description 3
description 4
description 5
description 6
description 7
description 8
It's simply a table containing decription as entries.
Everytime, when the script is executed, I would like to display a different description, after description 8 is displayed, the next description to be displayed will be description 1.
Can someone show me how am I supposed to achieve this?