<?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: Absurdly simple PHP breadcrumbs</title>
	<atom:link href="http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/</link>
	<description>reading, writing, web design, and the intersections thereof</description>
	<lastBuildDate>Tue, 15 May 2012 09:01:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nic</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-47573</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Fri, 08 Jul 2011 11:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-47573</guid>
		<description>Oops, forgot to click the &quot;notify me&quot; box.</description>
		<content:encoded><![CDATA[<p>Oops, forgot to click the &#8220;notify me&#8221; box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-47569</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Fri, 08 Jul 2011 10:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-47569</guid>
		<description>Hi,

Thanks for the script.  I&#039;ve got it to almost work.  I have this folder structure:

www.domain.com/folder1/folder2/page, from which I get:

Home &gt; Folder1 &gt; Folder2

However when I get to Home &gt; Folder1 and then click on Folder1 the breadcrumbs displayed should be just Home, however I get:

Home &gt; \  with the backslash being a link to the home page.

Any idea how I could fix this?

Not sure if it matters, but I&#039;m using RewriteRule in .htaccess.

Many thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the script.  I&#8217;ve got it to almost work.  I have this folder structure:</p>
<p><a href="http://www.domain.com/folder1/folder2/page" rel="nofollow">http://www.domain.com/folder1/folder2/page</a>, from which I get:</p>
<p>Home > Folder1 > Folder2</p>
<p>However when I get to Home > Folder1 and then click on Folder1 the breadcrumbs displayed should be just Home, however I get:</p>
<p>Home > \  with the backslash being a link to the home page.</p>
<p>Any idea how I could fix this?</p>
<p>Not sure if it matters, but I&#8217;m using RewriteRule in .htaccess.</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praful</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-14269</link>
		<dc:creator>Praful</dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-14269</guid>
		<description>&lt;p&gt;nice,simple and informative post&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>nice,simple and informative post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SRJM.co.uk (Journal) : Guest : Journal Archive &#187; Creating breadcrumb links - [ i ][ &#62; ][...] : SRJM Design</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-9415</link>
		<dc:creator>SRJM.co.uk (Journal) : Guest : Journal Archive &#187; Creating breadcrumb links - [ i ][ &#62; ][...] : SRJM Design</dc:creator>
		<pubDate>Sat, 27 Oct 2007 08:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-9415</guid>
		<description>&lt;p&gt;[...] http://www.sillybean.net/archives/452 [...]&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.sillybean.net/archives/452" rel="nofollow">http://www.sillybean.net/archives/452</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-62</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 01 Oct 2004 01:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-62</guid>
		<description>&lt;p&gt;Thanks, Ingo. Textpattern seems to have choked on this when I switched over from Movable Type. I think it&#8217;s fixed now.&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
The plugin is another story&#8212;it needs some work before I put the link back up.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Ingo. Textpattern seems to have choked on this when I switched over from Movable Type. I think it&#8217;s fixed now.</p>
<p>The plugin is another story&#8212;it needs some work before I put the link back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-61</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Fri, 01 Oct 2004 01:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-61</guid>
		<description>&lt;p&gt;Hm, the Code looks really f&#8230;ed up!&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
e.g. the &amp; quot; should read &#8221;&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
Took me quite a while to figure it out. Ah&#8217;: and the download link is also broken for the txp-Plugin.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hm, the Code looks really f&#8230;ed up!</p>
<p>e.g. the &#38; quot; should read &#8221;</p>
<p>Took me quite a while to figure it out. Ah&#8217;: and the download link is also broken for the txp-Plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-64</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Thu, 15 Apr 2004 15:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-64</guid>
		<description>&lt;p&gt;Wonderful! Thanks for sharing this handy script!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Wonderful! Thanks for sharing this handy script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie F</title>
		<link>http://sillybean.net/2004/01/absurdly-simple-php-breadcrumbs/comment-page-1/#comment-63</link>
		<dc:creator>Stephanie F</dc:creator>
		<pubDate>Thu, 08 Jan 2004 23:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/archives/452/#comment-63</guid>
		<description>&lt;p&gt;Beautiful!  &lt;/p&gt;

&lt;p&gt;/me squirrels this away for use&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Beautiful!  </p>
<p>/me squirrels this away for use&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

