Forum Moderators: coopster & phranque

Message Too Old, No Replies

Text Link Rotation Script

Know a good one?

         

malooga

10:23 pm on Dec 9, 2005 (gmt 0)

10+ Year Member



I plan to set up a section on my site with a list of text links to other sites. I would like to be able to rotate the order of the links in the list, either randomly or by moving them up or down on a regular schedule. Does anyone know of a script that could be used to do this? The page in question is a .shtml, so a perl script with ssi would be perfect. TIA.

lexipixel

4:39 pm on Dec 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If its a matter of simply rotating a small group of predetermined links on a single page you may want to look for a JavaScript solution, (which will allow you to embed the links and the code to perform the rotation in the page and be done).

malooga

4:54 pm on Dec 10, 2005 (gmt 0)

10+ Year Member



Thanks for the suggestion. Actually, right after I posted I found a simple solution using a php include. A few lines of code and it works great. Cheers :)