I have a list of id like this from mysql
JM.1
JM.2
JM.2.1
JM.2.2
JM.2.1.0
JM.2.1.1
JM.3
...
...etc
I want to make a display as well
JM.1
JM.2
---JM.2.1
---JM.2.2
---------JM.2.1.0
---------JM.2.1.1
JM.3
...
...etc
How to display using PHP and How To using CSS like that, Or is there who has a reference?