<?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"
	>
<channel>
	<title>Comments on: Create an RSS feed of comments from myspace</title>
	<atom:link href="http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/</link>
	<description>Web Programming and Design by Aaron Saray</description>
	<pubDate>Fri, 05 Dec 2008 12:22:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ojibraids</title>
		<link>http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-747</link>
		<dc:creator>Ojibraids</dc:creator>
		<pubDate>Sun, 14 Sep 2008 22:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-747</guid>
		<description>this is how the entire line 106 looks.  I copied it straight from the code snippet you posted:

preg_match_all($#[^&#60;]*?]*?&#62;[^&#60;]*?&lt;a&gt;([^&#60;]*?)&lt;/a&gt;[^&#60;]*?[^&#60;]*?[^&#60;]*?&lt;a&gt;]*?&#62;[^&#60;]*]*?&#62;[^&#60;]*?&lt;/a&gt;.*?[^&#60;]*?]*?&#62;[^&#60;]*]*?&#62;([^&#60;]*?)[^&#60;]*[^&#60;]*(.*?)[^&#60;]*?#is, $f, $matches, PREG_SET_ORDER);</description>
		<content:encoded><![CDATA[<p>this is how the entire line 106 looks.  I copied it straight from the code snippet you posted:</p>
<p>preg_match_all($#[^&lt;]*?]*?&gt;[^&lt;]*?<a>([^&lt;]*?)</a>[^&lt;]*?[^&lt;]*?[^&lt;]*?<a>]*?&gt;[^&lt;]*]*?&gt;[^&lt;]*?</a>.*?[^&lt;]*?]*?&gt;[^&lt;]*]*?&gt;([^&lt;]*?)[^&lt;]*[^&lt;]*(.*?)[^&lt;]*?#is, $f, $matches, PREG_SET_ORDER);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-746</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 14 Sep 2008 22:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-746</guid>
		<description>@Ojibraids: It sounds as if you have a typo somewhere around line 106 or 105.  Make sure that you have all your variables with $ signs, that you don't have any looking like constants, and that you match up every quote.</description>
		<content:encoded><![CDATA[<p>@Ojibraids: It sounds as if you have a typo somewhere around line 106 or 105.  Make sure that you have all your variables with $ signs, that you don&#8217;t have any looking like constants, and that you match up every quote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ojibraids</title>
		<link>http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-745</link>
		<dc:creator>Ojibraids</dc:creator>
		<pubDate>Sun, 14 Sep 2008 20:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/09/08/create-an-rss-feed-of-comments-from-myspace/#comment-745</guid>
		<description>I tried this out and get an error when I run the script, (even after doing the last step/fix you had posted at the bottom.  I've changed the URL to my MySpace profile, everything was done correctly.  At first the error was: 

Warning: preg_match_all() [function.preg-match-all]: Empty regular expression in /home/redw1910/public_html/myspace/MS_comments.php on line 106

Warning: Invalid argument supplied for foreach() in /home/redw1910/public_html/myspace/MS_comments.php on line 109


Now it's saying:

Parse error: syntax error, unexpected ';', expecting T_VARIABLE or '$' in /home/redw1910/public_html/myspace/MS_comments.php on line 106


What have I done incorrectly?</description>
		<content:encoded><![CDATA[<p>I tried this out and get an error when I run the script, (even after doing the last step/fix you had posted at the bottom.  I&#8217;ve changed the URL to my MySpace profile, everything was done correctly.  At first the error was: </p>
<p>Warning: preg_match_all() [function.preg-match-all]: Empty regular expression in /home/redw1910/public_html/myspace/MS_comments.php on line 106</p>
<p>Warning: Invalid argument supplied for foreach() in /home/redw1910/public_html/myspace/MS_comments.php on line 109</p>
<p>Now it&#8217;s saying:</p>
<p>Parse error: syntax error, unexpected &#8216;;&#8217;, expecting T_VARIABLE or &#8216;$&#8217; in /home/redw1910/public_html/myspace/MS_comments.php on line 106</p>
<p>What have I done incorrectly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.372 seconds -->
