was hab ich denn da für ein script gepostet
hier die verbesserte und getestete version:
Code:
<?php
$path = "bilder/";
$list = array();
$
handle = opendir( $path );
while (false !== ($file = readdir ($
handle))) {
if( $file !== "." && $file !== ".." ) $list[] = $file;
}
closedir($
handle);
$index = rand( 0 , count($list)-1 );
$fp = fopen( $path.$list[$index] , "r" );
$filepart = fread($fp, filesize($path.$list[$index]));
print($filepart);
fclose($fp);
?>
Achtung: ein / muss beim pfad hinten dran sein
http://hanappi.teklab.de/das_problem/
Bildverzeichnis:
http://hanappi.teklab.de/das_problem/bilder/