p-view/title> <link><?php echo $url; ?></link> <description>a tiny php script to automagically display photos</description> <?php $images = glob("src/*.{png,jpg,JPG}", GLOB_BRACE); usort( $images, function( $b, $a ) { return filemtime($a) - filemtime($b); } ); foreach($images as $image) { $title = str_replace("_", " ", $image); $title = str_replace("src/", "", $title); $title = str_replace(".png", "", $title); $title = str_replace(".jpg", "", $title); $title = str_replace(".JPG", "", $title); $anchor = str_replace(" ", "", $title); ?> <item> <title><?php echo $title; ?> "> ]]>