I'm doing a web app for parents and I want to create li elements for each children the parents have, to do so, I have a children database with all the children which use the software, I identify the parent's children by having a column which is filled with the parent email so to get the list of children I query all the children linked to that email. I'm doing a web app for parents and I want to c