<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 12 May 2008 17:32:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Retrieving Information on Selected Files with a PHP 5 File Uploader]]></title>
      <guid>http://www.phpdeveloper.org/news/9866</guid>
      <link>http://www.phpdeveloper.org/news/9866</link>
      <description><![CDATA[<p>
DevShed has continued their series (here's <a href="http://www.phpdeveloper.org/news/9830">part one</a>) looking at the use of file uploading in your PHP scripts. They build on that foundation and add in some more useful features <a href="http://www.devshed.com/c/a/PHP/Retrieving-Information-on-Selected-Files-with-a-PHP-5-File-Uploader/">this time</a>:
</p>
<blockquote>
The initial script in the first tutorial of this series lacked some important features, such as the implementation of an effective error handling module and the ability to check the MIME type and size of the file being uploaded. In this second installment of the series, I'm going to improve the logic of the script from the first tutorial to provide it with the capacity to retrieve useful information concerning the entire file uploading process.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Retrieving-Information-on-Selected-Files-with-a-PHP-5-File-Uploader/1/">look back</a> at the previous tutorial to remind you of some of the concepts and then move on to show you how to <a href="http://www.devshed.com/c/a/PHP/Retrieving-Information-on-Selected-Files-with-a-PHP-5-File-Uploader/2/">get information</a> about the file (like the MIME type, name and size of the uploaded file). The <a href="http://www.devshed.com/c/a/PHP/Retrieving-Information-on-Selected-Files-with-a-PHP-5-File-Uploader/3/">last page</a> is just the full source code for the cut and pasters out there.
</p>]]></description>
      <pubDate>Thu, 27 Mar 2008 09:31:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Working with Directory Iterators and Proxy Classes with PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/7062</guid>
      <link>http://www.phpdeveloper.org/news/7062</link>
      <description><![CDATA[<p>
DevShed is wrapping up their "Building Proxy Classes with PHP5" series today with <a href="http://www.devshed.com/c/a/PHP/Working-with-Directory-Iterators-and-Proxy-Classes-with-PHP-5/">this last tutorial</a> about working with directory iterators and proxy classes.
</p>
<blockquote>
Since in the first part of the series I showed you how to create a proxy class for processing simple XML strings, in this installment I'm going to teach you how to create a proxy object that can be used in conjunction with the "DirectoryIterator" class that comes with PHP 5.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Working-with-Directory-Iterators-and-Proxy-Classes-with-PHP-5/">start with the definition</a> of a proxy class, the base to start from, and improve its functionality through additional methods like getSize, getPath, and getTimeStamps (using the iterators). The complete the development by pulling the parts together and creating a final example that loops through a given path and displays various info about the directory/files inside (size, names, timestamp, etc).
</p>]]></description>
      <pubDate>Tue, 09 Jan 2007 13:21:05 -0600</pubDate>
    </item>
  </channel>
</rss>
