I have a text list of html list items.
It is about 60 items. I want to pull and echo 15 out randomly, but would like to seed the rand function with the numerical week of the year ('W').
Any help would be appreciated. I've spent 2 hours staring at this and no further than when I started.
TIA. +Rep for helpful posts.
Code:
<li><a href="hxxp://www.www.ww">WWW333</a></li>
<li><a href="hxxp://yyy.yyy.yy">YYY222</a></li>
....
Any help would be appreciated. I've spent 2 hours staring at this and no further than when I started.
TIA. +Rep for helpful posts.