if ($handle = opendir('bg')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { $flist[]=$file; } } closedir($handle); } $result = count($flist); $random_bild=mt_rand(0,$result-1); $file_to_copy=$flist[$random_bild]; copy('bg/'.$file_to_copy,'pics/active.jpg'); ?>
if the page won't load...click
here