<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title><![CDATA[Rob Thompson]]></title><description><![CDATA[Comments]]></description><link>http://rob.sun3.org/</link><copyright><![CDATA[Copyright Rob Thompson]]></copyright><generator>sNews CMS</generator><item><title><![CDATA[PHP: Find Ophaned Files - farser]]></title><description><![CDATA[great stuff!  many thanks]]></description><pubDate>Tue, 26 Aug 2008 04:37:20 +0000</pubDate><link>http://rob.sun3.org/php-code/php-find-ophaned-files/#Comment2</link><guid>http://rob.sun3.org/php-code/php-find-ophaned-files/#Comment2</guid></item><item><title><![CDATA[PHP: Find Ophaned Files - gwb]]></title><description><![CDATA[This worked fine for me, with the following modifications:  
added line: error_reporting(E_ERROR | E_WARNING | E_PARSE);  
(to eliminate reporting of index not found)  
$findex[path] ->  $findex['path']  
$findex[file] ->  $findex['file']  
$findex[found] ->  $findex['found']  
  
G]]></description><pubDate>Thu, 27 Mar 2008 20:43:49 +0000</pubDate><link>http://rob.sun3.org/php-code/php-find-ophaned-files/#Comment1</link><guid>http://rob.sun3.org/php-code/php-find-ophaned-files/#Comment1</guid></item></channel></rss>