>>592

>>567だけど、>>579のglob使うほうがスマートだよ。

$index = glob($_SERVER['DOCUMENT_ROOT'].'/diary/2007/*.php',GLOB_NOSORT);
echo array_pop($index);
の二行で終わる。