<?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 for EoTz.com Web Development Blog</title>
	<atom:link href="http://www.eotz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eotz.com</link>
	<description>Another web development blog</description>
	<lastBuildDate>Tue, 24 May 2011 06:24:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by chris</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-1755</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 24 May 2011 06:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-1755</guid>
		<description>Wordpress messed up the formatting.

$parts = preg_split(&quot;/[s,;]+/&quot;,$str);

should be

$parts = preg_split(&quot;/[\s,;]+/&quot;,$str);

(Added the back slash before the &quot;s&quot;)

This should solve your issue. Thanks.</description>
		<content:encoded><![CDATA[<p>WordPress messed up the formatting.</p>
<p>$parts = preg_split(&#8220;/[s,;]+/&#8221;,$str);</p>
<p>should be</p>
<p>$parts = preg_split(&#8220;/[\s,;]+/&#8221;,$str);</p>
<p>(Added the back slash before the &#8220;s&#8221;)</p>
<p>This should solve your issue. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by Nate</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-1735</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 22 May 2011 04:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-1735</guid>
		<description>So, unless there is a comma in the string it doesn&#039;t work for me.  Most of the examples you list at the top of the article don&#039;t work, only the ones with a comma in them.  

Also, the last line has a syntax error, it should be: return array(&#039;city&#039;=&gt;$city,&#039;state&#039;=&gt;$state);  instead of return array(&#039;city&#039;=$city,&#039;state&#039;=&gt;$state);</description>
		<content:encoded><![CDATA[<p>So, unless there is a comma in the string it doesn&#8217;t work for me.  Most of the examples you list at the top of the article don&#8217;t work, only the ones with a comma in them.  </p>
<p>Also, the last line has a syntax error, it should be: return array(&#8216;city&#8217;=&gt;$city,&#8217;state&#8217;=&gt;$state);  instead of return array(&#8216;city&#8217;=$city,&#8217;state&#8217;=&gt;$state);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend PHP5 Certified by SaaS</title>
		<link>http://www.eotz.com/2008/07/zend-php5-certified/#comment-809</link>
		<dc:creator>SaaS</dc:creator>
		<pubDate>Mon, 03 Jan 2011 16:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=16#comment-809</guid>
		<description>I have my doubts about these tests as well,  the other day I took one of these tests,just for giggles, and I was 1 question off of passing it.  Just so you know, I knew almost nothing of the subject matter of the test, with a little study I could be certified.  Thanks for the post.  As a side note, I took an on line flight school exam a couple of years ago and passed that.  I have never flown or went to school for piloting anything.</description>
		<content:encoded><![CDATA[<p>I have my doubts about these tests as well,  the other day I took one of these tests,just for giggles, and I was 1 question off of passing it.  Just so you know, I knew almost nothing of the subject matter of the test, with a little study I could be certified.  Thanks for the post.  As a side note, I took an on line flight school exam a couple of years ago and passed that.  I have never flown or went to school for piloting anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Source Projects Status by baltech</title>
		<link>http://www.eotz.com/2008/07/open-source-projects-status/#comment-784</link>
		<dc:creator>baltech</dc:creator>
		<pubDate>Wed, 29 Dec 2010 05:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=29#comment-784</guid>
		<description>this is such a good work ...thanks :)</description>
		<content:encoded><![CDATA[<p>this is such a good work &#8230;thanks <img src='http://www.eotz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by chris</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-136</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-136</guid>
		<description>Yes, thanks for pointing that out. Should be fixed.</description>
		<content:encoded><![CDATA[<p>Yes, thanks for pointing that out. Should be fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by Communibus Locis</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-135</link>
		<dc:creator>Communibus Locis</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-135</guid>
		<description>Should the last line of the code be (if you aren&#039;t using a database)?

//return array(&#039;city&#039;=&gt;mysql_result($result,0,&#039;city&#039;),&#039;state&#039;=&gt;mysql_result($result,0,&#039;state&#039;));
return array(&#039;city&#039;=&gt;$city,&#039;state&#039;=&gt;$state);</description>
		<content:encoded><![CDATA[<p>Should the last line of the code be (if you aren&#8217;t using a database)?</p>
<p>//return array(&#8216;city&#8217;=&gt;mysql_result($result,0,&#8217;city&#8217;),&#8217;state&#8217;=&gt;mysql_result($result,0,&#8217;state&#8217;));<br />
return array(&#8216;city&#8217;=&gt;$city,&#8217;state&#8217;=&gt;$state);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by Communibus Locis</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-134</link>
		<dc:creator>Communibus Locis</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-134</guid>
		<description>Jesus H. Christ, you rawk!!</description>
		<content:encoded><![CDATA[<p>Jesus H. Christ, you rawk!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing a United States Location String with PHP by Vipin</title>
		<link>http://www.eotz.com/2008/07/parsing-location-string-php/#comment-132</link>
		<dc:creator>Vipin</dc:creator>
		<pubDate>Wed, 07 Oct 2009 06:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=1#comment-132</guid>
		<description>I found this parser script very helpful. Its really a great job done by u .
Thanx for d same.</description>
		<content:encoded><![CDATA[<p>I found this parser script very helpful. Its really a great job done by u .<br />
Thanx for d same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Source Projects Status by Tanith</title>
		<link>http://www.eotz.com/2008/07/open-source-projects-status/#comment-56</link>
		<dc:creator>Tanith</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.eotz.com/?p=29#comment-56</guid>
		<description>Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

