<?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: Parsing a United States Location String with PHP</title>
	<atom:link href="http://www.eotz.com/2008/07/parsing-location-string-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eotz.com/2008/07/parsing-location-string-php/</link>
	<description>Another web development blog</description>
	<lastBuildDate>Wed, 14 Oct 2009 00:20:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>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>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>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>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>
</channel>
</rss>
