Hi,

Please help me code a php script to list folder name and file nameS in a nice HTML table, but haven't been able to do it as I want. I used functions like scandir and readdir.

How I would like it to present itself is:


| Directory Name in which the script is located |

| 1 | abc.mp3 (located in the same director) |

| 2 | def.mp3 |

| 3 | ghi.mp3 |

    show us the code you tried, and the problem you encountered.

      Write a Reply...