<?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: Replace every other occurrence with str_replace</title>
	<atom:link href="http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=replace-every-other-occurrence-with-str_replace</link>
	<description>BlueDog Web Services</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Reed Jacobsen</title>
		<link>http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-97</link>
		<dc:creator>Reed Jacobsen</dc:creator>
		<pubDate>Thu, 28 Jan 2010 01:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-97</guid>
		<description>Your str_replace_every_other() function just saved me hours of time! I used it to take over 1000 lines of sorted table data and build it into a multidimensional array. 

I&#039;m on an apache server, and it rejected your str_replace_every_other() function the first time I ran it, because of the equal signs in the optional parameters. I simply changed the &quot;&amp;$count=null, $replace_first=true&quot; to &quot;$count, $replace_first&quot; and made sure to supply the parameters. After the change, I received the result I was looking for. So, if you&#039;re encountering the same problem, that&#039;s the solution that worked for me.

Thanks Aaron!</description>
		<content:encoded><![CDATA[<p>Your str_replace_every_other() function just saved me hours of time! I used it to take over 1000 lines of sorted table data and build it into a multidimensional array. </p>
<p>I&#8217;m on an apache server, and it rejected your str_replace_every_other() function the first time I ran it, because of the equal signs in the optional parameters. I simply changed the &#8220;&amp;$count=null, $replace_first=true&#8221; to &#8220;$count, $replace_first&#8221; and made sure to supply the parameters. After the change, I received the result I was looking for. So, if you&#8217;re encountering the same problem, that&#8217;s the solution that worked for me.</p>
<p>Thanks Aaron!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y920.com</title>
		<link>http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-96</link>
		<dc:creator>Y920.com</dc:creator>
		<pubDate>Wed, 11 Feb 2009 11:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-96</guid>
		<description>Your site is very useful for me to do many steps.</description>
		<content:encoded><![CDATA[<p>Your site is very useful for me to do many steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-95</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Fri, 09 Nov 2007 15:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/replace-every-other-occurrence-with-str_replace/#comment-95</guid>
		<description>Well, it&#039;s not real easy with that function, but basically, when you see $offset = strpos(...), that&#039;s skipping some space in the string.  You should be able to duplicate those commands.</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s not real easy with that function, but basically, when you see $offset = strpos(&#8230;), that&#8217;s skipping some space in the string.  You should be able to duplicate those commands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

