<?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>Sat, 25 May 2013 05:25:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[International PHP Magazine: Poll Question: Features a PHP Editor Should Possess]]></title>
      <guid>http://www.phpdeveloper.org/news/6483</guid>
      <link>http://www.phpdeveloper.org/news/6483</link>
      <description><![CDATA[<p>
The International PHP Magazine has posted the results of their latest poll (which features a PHP editor should have) on <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26433,nodeid,5.html">their site</a> today.
</p>
<p>
Options included checking PHP syntax with one click, having a complete PHP reference inside, and bookmarking for easy code navigation. The one that was at the top, though, was the need to make finding classes and functions in documents quick and easy (with a resounding 46.9 percent). The runner up was down at 18.8 percent - "Navigate to errors in your code code automatically".
</p>
<p>
Be sure to check out <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26437,nodeid,5.html">this week's poll question</a> too. They want to know which of the following is the category of PHP that most interests you:
<ul>
<li>General PHP
<li>PHP & Business / Integration
<li>PHP & Databases
<li>PHP Design
<li>PHP Extensions
<li>PHP & XML
<li>PHP-GTK
<li>PHP Security
</ul>
Go <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26437,nodeid,5.html">head on over</a> and cast your vote today!
</p>]]></description>
      <pubDate>Wed, 11 Oct 2006 16:09:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Uploading Files and Navigating Directories in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6178</guid>
      <link>http://www.phpdeveloper.org/news/6178</link>
      <description><![CDATA[<p>
Continuing on in their latest series (begun with <a href="http://www.phpdeveloper.org/news/6116">this part</a>), DevShed has posted <a href="http://www.devshed.com/c/a/PHP/Uploading-Files-and-Navigating-Directories-in-PHP/">part two</a> of their look at working with files in PHP - "Uploading Files and Navigating Directories in PHP".
</p>
<p>
They jump right in, giving you the needed settings for your php.ini file to get the examples to work (mainly for the file uploads). They explain what a file upload form looks like and what some of the potential error codes could be.
</p>
<p>
The code comes next, showing a simple file upload form taking in the file, moving it off to another directory, and if there are errors, displaying them. The next obvious step up from a single file upload is the multiple file upload, and they show how to use PHP's form handling of arrays to accomplish this. 
</p>
<p>
Finally, they include a simple little script to read the directory the files are in and display the information about them (like size file, name, and modified date).
</p>]]></description>
      <pubDate>Wed, 30 Aug 2006 10:36:15 -0500</pubDate>
    </item>
  </channel>
</rss>
