alright. Well I haven't used javascript in about 4 years...
I am using PHP to pull images from a Mysql database, and what i'd like to do is display those images in a single column, and have the images rotate up one position bassed on a time period (ex. 500 seconds).
Example:
The After 500 seconds has past, the first image that was displayed would be displayed at the bottom of the column, and the rest of the images would rotate up one position.
How can I implement something like this using javascript?
I would greatly appreciate any help.
Thank-you
I am using PHP to pull images from a Mysql database, and what i'd like to do is display those images in a single column, and have the images rotate up one position bassed on a time period (ex. 500 seconds).
Example:
The After 500 seconds has past, the first image that was displayed would be displayed at the bottom of the column, and the rest of the images would rotate up one position.
How can I implement something like this using javascript?
I would greatly appreciate any help.
Thank-you