You are here: PHP file-system functions « PHP « IT news, forums, messages
PHP file-system functions

Posted by Anshul on 05/11/05 11:33

This script lists all files/directories in '.' directory. I wanna pass some
querystring with anchor around directories listed, so that if a user clicks
a directory-link, all the files in it are listed. How? Please help.

<?php
$directory='.';
$handle=opendir($directory);
echo realpath($directory);
echo "<hr>";

echo "<strong>Directories:</strong><br>";
while (false !== ($file = readdir($handle))) {
if(is_dir($file))
echo "<a href='file_browser.inc.php?dir=$file'>".$file."</a><br>";
}

rewinddir($handle);

echo "<br>";

echo "<strong>Files:</strong><br>";
while (false !== ($file = readdir($handle))) {
if(is_file($file))
echo $file."<br>";
}

closedir($handle);
?>

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация