I haveing some issues..
I have a directory script and it shows
.
..
before the files..
how do i get rid of it..
just need to get rid ofCode:<? include("../include/session.php"); ?> <?php if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { echo "$file"; } closedir($dh); } } ?>
.
..
thanks



(:
Reply With Quote


Bookmarks