Skip to content
Advertisement

php code tutorial example: How to retrieve nested master => detail records per php and mysql

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!

Advertisement

Answer

A HTML 5 Solution with and

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement