$dirname=”E:/zhanzhongjie/chengbiao-com/chengbiao-com”;
$dir_handle=opendir($dirname);
while($file=readdir($dir_handle))
{
echo $file.”
“;
}
closedir($dir_handle)
Study PHP Skills, Share PHP Code
$dirname=”E:/zhanzhongjie/chengbiao-com/chengbiao-com”;
$dir_handle=opendir($dirname);
while($file=readdir($dir_handle))
{
echo $file.”
“;
}
closedir($dir_handle)