<?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: Parse a String with BB Code or RSS using PHP</title>
	<atom:link href="http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Making money online</description>
	<lastBuildDate>Thu, 12 Nov 2009 14:54:26 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tatu</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-100</link>
		<dc:creator>Tatu</dc:creator>
		<pubDate>Mon, 17 Aug 2009 07:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-100</guid>
		<description>A bit more efficient way is to use regular expressions:<br /><br />preg_match_all(&#039;/\[tag\](.*?)\[\/tag\]/&#039;, $string, $matches);</description>
		<content:encoded><![CDATA[A bit more efficient way is to use regular expressions:<br /><br />preg_match_all(&#8217;/\[tag\](.*?)\[\/tag\]/&#8217;, $string, $matches);]]></content:encoded>
	</item>
	<item>
		<title>By: nfo</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-98</link>
		<dc:creator>nfo</dc:creator>
		<pubDate>Mon, 17 Aug 2009 00:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-98</guid>
		<description>when your have more than one [TAG] in your string it will only parse the first string...  &lt;br /&gt;ie. &lt;br /&gt;$fullstring = &quot;this [tag]is[/tag] my [tag]app[/tag]&quot;; &lt;br /&gt;will output &quot;is&quot;&lt;br /&gt;i use for BBCode and RSS feed parsing the php pear packages &lt;br /&gt;HTML_BBCodeParser and XML_RSS found @ http://pear.php.net<br /><br />Best Regards<br /><br />nfo</description>
		<content:encoded><![CDATA[when your have more than one [TAG] in your string it will only parse the first string&#8230;  <br />ie. <br />$fullstring = &#8220;this [tag]is[/tag] my [tag]app[/tag]&#8220;; <br />will output &#8220;is&#8221;<br />i use for BBCode and RSS feed parsing the php pear packages <br />HTML_BBCodeParser and XML_RSS found @ <a href="http://pear.php.net" rel="nofollow">http://pear.php.net</a><br /><br />Best Regards<br /><br />nfo]]></content:encoded>
	</item>
	<item>
		<title>By: mahmoud</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-7</link>
		<dc:creator>mahmoud</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-7</guid>
		<description>thanks for this code i will try to do it in my site</description>
		<content:encoded><![CDATA[thanks for this code i will try to do it in my site]]></content:encoded>
	</item>
	<item>
		<title>By: Rmm</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-5</link>
		<dc:creator>Rmm</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-5</guid>
		<description>this is a wonderful tutorial. i read it 2 times and get a fantastic results and sure i put a copy of this lesson on my site.</description>
		<content:encoded><![CDATA[this is a wonderful tutorial. i read it 2 times and get a fantastic results and sure i put a copy of this lesson on my site.]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->