Hi, I am trying to get my head around this problem. I have some content which needs to be generated from a database (MySQL) but part of it has me stymied. It follows this format:
ItemOne(bold face, large)
ItemTwo(plain face, regular body of text)
ItemThree - two-part item: ((ItemThreeA - Italic), (ItemThreeB - Nonitalic)), (ItemThree), (Item Three), etc.....
You see, Items One and Two are a single field each and occur ONLY once per "record" on the web page, but ItemThree, which has two parts because of two type faces, may occur anywhere from one time to ten times for a given record of Items One and Two. So, you see, if I could somehow nest tables, then item three would be its own table. But I cannot do that, and thus I am struggling to figure this one out.
Would it be wise to have every single record (Items1,2,3 collectively) generate its own separate detail table for the two-part contents of ItemThree?
Does this make any sense? LOL. Thanks for any help-