English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

it would be nice if it can encrypt the links too, and if there is CMS that can attach it it would be super.

2006-12-21 00:16:52 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

it would be good if it is php

2006-12-21 00:18:37 · update #1

2 answers

$mydir = new dir('/path/to/mydir');
while(($file = $mydir->read()) !== false) {
if(is_dir($mydir->path.$file)) {
echo "Directory: $file
";
} else {
echo "Filename: $file
";
}
}
$mydir->close();
?>
for encrypt you can write at the echo
echo Filename:md5($file)
if you want to use a library or a class for this try PEAR or search at the php classes .org

2006-12-21 03:58:49 · answer #1 · answered by Ana 6 · 0 0

I LIKE LIMEWIRE

2006-12-21 08:18:27 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers