<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: Getting Directory Path and Filename from A Full Path or URL</title>
	<atom:link href="http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html/comment-page-1#comment-10846</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Tue, 07 Sep 2010 00:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html#comment-10846</guid>
		<description>Thanks, Alex. That&#039;s a rather helpful tip!</description>
		<content:encoded><![CDATA[<p>Thanks, Alex. That&#8217;s a rather helpful tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html/comment-page-1#comment-10845</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 07 Sep 2010 00:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html#comment-10845</guid>
		<description>Keep in mind that basefile doesn&#039;t work with filenames containing letters in languages, other that English e.g. Russian.
&#039;Текстовая Картинка.jpg&#039; (&#039;Test Picture.jpg&#039;)  becomes &#039; Картинка.jpg&#039; (&#039; Picture.jpg&#039;)
This is a known php bug. 
The only workaround is to transliterate filename, or do not use this function.</description>
		<content:encoded><![CDATA[<p>Keep in mind that basefile doesn&#8217;t work with filenames containing letters in languages, other that English e.g. Russian.<br />
&#8216;Текстовая Картинка.jpg&#8217; (&#8216;Test Picture.jpg&#8217;)  becomes &#8216; Картинка.jpg&#8217; (&#8216; Picture.jpg&#8217;)<br />
This is a known php bug.<br />
The only workaround is to transliterate filename, or do not use this function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP: Why you should use dirname(__FILE__).&#8217;/include.php&#8217; instead of just &#8216;include.php&#8217;</title>
		<link>http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html/comment-page-1#comment-8051</link>
		<dc:creator>PHP: Why you should use dirname(__FILE__).&#8217;/include.php&#8217; instead of just &#8216;include.php&#8217;</dc:creator>
		<pubDate>Tue, 09 Feb 2010 02:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/04/php-get-directory-or-filename-from-a-full-path-or-url.html#comment-8051</guid>
		<description>[...] include(dirname(__FILE__).&#039;/include.php&#039;); [...]</description>
		<content:encoded><![CDATA[<p>[...] include(dirname(__FILE__).&#39;/include.php&#39;); [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

