<?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>Sun, 19 May 2013 19:11:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Total PHP: Deleting files with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10774</guid>
      <link>http://www.phpdeveloper.org/news/10774</link>
      <description><![CDATA[<p>
The Total PHP site has another introductory tutorial posted showing you how to <a href="http://www.total-php.com/article/10/deleting-files-with-php/">correctly delete files</a> in your PHP scripts.
</p>
<blockquote>
Following our tutorials on <a href="http://www.total-php.com/article/10/deleting-files-with-php/article/9/uploading-files-with-php/">uploading files</a> and <a href="http://www.total-php.com/article/10/deleting-files-with-php/article/7/listing-files-stored-within-a-directory-using-php/">listing files</a>, this tutorial will walk you through deleting files from a directory. This is done using the unlink() function. 
</blockquote>
<p>
Their example is pretty simple (as is the concept) - they show how to check to be sure that the file you want to remove isn't in use/open and then issue the unlink to remove it from the file system.
</p>]]></description>
      <pubDate>Wed, 06 Aug 2008 11:19:48 -0500</pubDate>
    </item>
  </channel>
</rss>
