I’d make a database with one table holding the encounter names, and then another with attributes where each is associated with the IDs of the appropriate encounters. Then select a name, and the associated attributes, print out the name, and then assume you want the output in html, a <ul>, loop over the attributes and print each one starting with <li>, then end with </ul>.
Zeppo@sh.itjust.works 1 month ago
I’d make a database with one table holding the encounter names, and then another with attributes where each is associated with the IDs of the appropriate encounters. Then select a name, and the associated attributes, print out the name, and then assume you want the output in html, a <ul>, loop over the attributes and print each one starting with <li>, then end with </ul>.