Mailinglisten-Archive |
gucke mal da http://www.php.net/manual/en/function.pathinfo.php On Friday 08 February 2002 21:57, Frank Liebelt wrote: > Hallo > > Wenn ich den Code von der Seite nehme > <?php > $handle = opendir('.'); > while (false !== ($file = readdir($handle))) { $pathInfo = pathinfo($file); > if ($file != "." && $file != ".." && $pathInfo['extension'] == 'jpg' ) { > echo "$file\n"; > } > } > closedir($handle); > ?> -- Wolfram
php::bar PHP Wiki - Listenarchive