$dirs = scandir('fotomappen',SORT_DESC); //$dirs = array_reverse($dirs); $firstdir = $dirs[0]; $pict = scandir('fotomappen/'.$firstdir); $firstpic = 'fotomappen/'.$firstdir.'/'.$pict[2]; ?>