I have a database of filenames that relate many-to-one to a set of subjects. How can I randomly select one filename from the several in the database that relate to a given subject?
I'm working with Zend Framework, so if there is a ZF function that would help please mention it.