Currently I have a problem that I have not been able to solve, I must occupy a group of 3 tables in PHP that are related in hierarchy, that is, what shows the second depends on the first and what shows the third depends on the second.
Basically it's something like this Excel that I show you ...
The issue that I think is more complicated is that I am able to add as many rows as I can to each table.
The application I'm doing in PHP with mySQL, but I'm open to any recommendation that you give me