<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Get the  file name without the extension from a file\'s full name'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 03:37:25 GMT</pubDate>
<item>
<title>mstksg said on 3/21/13</title>
<link>http://snipplr.com/view/51473/get-the--file-name-without-the-extension-from-a-files-full-name/</link>
<description><![CDATA[ alternatively, if you know what the extension is beforehand
    
    basename(filename,extension)

http://php.net/manual/en/function.basename.php

    echo basename("filename_small.jpg",".jpg");
    // => "filename_small" ]]></description>
<pubDate>Thu, 21 Mar 2013 13:11:02 GMT</pubDate>
<guid>http://snipplr.com/view/51473/get-the--file-name-without-the-extension-from-a-files-full-name/</guid>
</item>
</channel>
</rss>