06-08-2008, 08:57 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
|
I meant, if I run the script it will first display an <ul>
I need it to strat with the ;
PHP Code:
if ($isleaf) { $isleaf=false; echo "<ul>\r"; } echo "<li><a href=\"http://test.com/test_images.php?folder=$file\" class=\"blue0\">$filed</a></li>\r";
The <ul> for the first level is already open before in the page.
this piece of code is only for the next level of folder.
__________________
That's why we are not alone on earth... let's build !
|
|
|
|