04-13-2009, 04:32 PM
|
#2 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Make it so that it generates the HTML so it looks something like this:
Code:
<ul>
<li>file</li>
<li>dir<ul>
<li>file</li>
<li>file</li>
</ul></li>
<li>file</li>
<li>file</li>
</ul>
It's really more of a HTML/CSS issue than a PHP one
|
|
|
|