<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lost-In-Code &#187; filename</title>
	<atom:link href="http://www.lost-in-code.com/tag/filename/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP : Strip filename from a URL</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-strip-filename-from-a-url/</link>
		<comments>http://www.lost-in-code.com/programming/php-code/php-strip-filename-from-a-url/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 06:36:44 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[strip]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=34</guid>
		<description><![CDATA[Using PHP, you might need to strip the path from a URL, leaving behind just the filename at the end of the URL. You can achieve this with a regular expression pattern of course, but I have a much simpler solution. See the example code below. $url = &#34;http://www.domain.com/path/to/file/filename.php&#34;; $filename = basename&#40;$url&#41;; echo $filename; //filename.php [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/php-code/php-strip-filename-from-a-url/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PHP : Strip or find a file extension</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-strip-or-find-a-file-extension/</link>
		<comments>http://www.lost-in-code.com/programming/php-code/php-strip-or-find-a-file-extension/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 21:27:28 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[get file extension]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[strip file extension]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/09/29/php-strip-or-find-a-file-extension/</guid>
		<description><![CDATA[Getting a file&#8217;s extension is essential when working with uploads and other manipulations complying with files. You might have a user uploading a file and you need to rename the file before moving it from the temporary upload directory. In order to do so, you can obtain the file extension and then rename it to [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/php-code/php-strip-or-find-a-file-extension/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

