Log in

View Full Version : get different numbers of random quotes on html from different folders



Marquis
11-03-2017, 12:25 PM
Hello

Don't know if its possible:

I have several folders on different topics with quotes. The quotes are separated by divider.(*)
In an html or php page I would like to have random quotes from these different folders and it should be possible to define how many random quotes from which folder to write it into the html or php page
for example,

3 quotes from folder on topic1
5 quotes from folder on topic2
6 quotes from folder on topic 3

Thanks

jscheuer1
11-04-2017, 01:30 AM
Unless you use relatively uniform naming conventions for all folders and files, PHP would be the way to go. This, however, is pretty complex, not generally what we do here. If you could post a link to what you have so far, it would help me (possibly others interested in assisting you) to make this happen. Even if all you have so far are the folders with the various topical quotes in each folder, seeing that would assist us in helping you.