based on Master => Detail relations of mysql fields in a database:
Company - Program - Level
- Adobe - Photoshop - Beginner
- Adobe - Photoshop - Advanced
- Adobe - Illustrator - ....
- ....
- Microsoft - Word - Beginner
- ....
- Microsoft - Excel - ....
I am struggling with the multi-level - layouts, also called nested , in HTML5 only without JavaScript.
I want to use an sql String with "Select field1,field2,field3" to display the contents like in a windows-Explorer style.
Perhaps there is a tutorial / Excample out there? so far I have not found a multi-level php script using HTML 5 only without the use of JavaScript!