<?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: Creating a Multi-Level Listbox in PHP/mySQL</title>
	<atom:link href="http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/</link>
	<description>Bitterness never tasted so sweet</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:45:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8678</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Tue, 22 Jun 2010 01:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8678</guid>
		<description>That&#039;s likely aq formatting quirk in Wordpress.</description>
		<content:encoded><![CDATA[<p>That&#39;s likely aq formatting quirk in WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trupti</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8677</link>
		<dc:creator>Trupti</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8677</guid>
		<description>Hello,&lt;br&gt;&lt;br&gt;This code is really helpful. &lt;br&gt;&lt;br&gt;Only one small mistake.&lt;br&gt;In code there is one for loop as &#039;for ($x=2; $x&lt; =$count; $x++)&#039;&lt;br&gt;It should be &#039;for ($x=2; $x &lt;= $count; $x++)&#039;.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This code is really helpful. </p>
<p>Only one small mistake.<br />In code there is one for loop as &#39;for ($x=2; $x&lt; =$count; $x++)&#39;<br />It should be &#39;for ($x=2; $x &lt;= $count; $x++)&#39;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8635</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8635</guid>
		<description>Very useful code snippet. Thanks!</description>
		<content:encoded><![CDATA[<p>Very useful code snippet. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kusal</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8508</link>
		<dc:creator>kusal</dc:creator>
		<pubDate>Mon, 03 May 2010 13:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8508</guid>
		<description>Thank you. Saved me ton of time.</description>
		<content:encoded><![CDATA[<p>Thank you. Saved me ton of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir khan</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8089</link>
		<dc:creator>Aamir khan</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8089</guid>
		<description>HI,&lt;br&gt;This is very simple and easy example. I would like to suggest that every one should use it. It realy help me.&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>HI,<br />This is very simple and easy example. I would like to suggest that every one should use it. It realy help me.<br />Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snipe</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8015</link>
		<dc:creator>snipe</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8015</guid>
		<description>It has been fixed. You might try asking instead of demanding next time. It was a character encoding issue, that&#039;s all.</description>
		<content:encoded><![CDATA[<p>It has been fixed. You might try asking instead of demanding next time. It was a character encoding issue, that&#39;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudan</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-8014</link>
		<dc:creator>sudan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-8014</guid>
		<description>this is very nice code but there r some problem&lt;br&gt;&lt;br&gt;$indent_flag = â€œÂ  â€;&lt;br&gt;for ($x=2; $x&lt;=$count; $x++) {&lt;br&gt;$indent_flag .= â€œâ€“&gt; â€;&lt;br&gt;&lt;br&gt;what is this â€œÂ  â€;&lt;br&gt;please fix this problem as soon as posible.&lt;br&gt; I am waiting to solve this problem&lt;br&gt;&lt;br&gt;thanks.</description>
		<content:encoded><![CDATA[<p>this is very nice code but there r some problem</p>
<p>$indent_flag = â€œÂ  â€;<br />for ($x=2; $x&lt;=$count; $x++) {<br />$indent_flag .= â€œâ€“&gt; â€;</p>
<p>what is this â€œÂ  â€;<br />please fix this problem as soon as posible.<br /> I am waiting to solve this problem</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: widi</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-4826</link>
		<dc:creator>widi</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-4826</guid>
		<description>if ($current_cat_id!=0) {
30.
$indent_flag = â€œÂ  â€;
31.
for ($x=2; $x â€;
33.
}

what its???</description>
		<content:encoded><![CDATA[<p>if ($current_cat_id!=0) {<br />
30.<br />
$indent_flag = â€œÂ  â€;<br />
31.<br />
for ($x=2; $x â€;<br />
33.<br />
}</p>
<p>what its???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishikesh</title>
		<link>http://www.snipe.net/2006/06/creating-a-multi-level-listbox-in-phpmysql/comment-page-1/#comment-4798</link>
		<dc:creator>Rishikesh</dc:creator>
		<pubDate>Sat, 13 Jun 2009 10:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.snipe.net/?p=32#comment-4798</guid>
		<description>Hi,

this is very nice tutorial. it really helped me.

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this is very nice tutorial. it really helped me.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
