<?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: Sorting records by distance using PHP &amp; MySQL</title>
	<atom:link href="http://scottblaine.com/sorting-records-by-distance-using-php-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://scottblaine.com/sorting-records-by-distance-using-php-mysql</link>
	<description>Omaha web developer</description>
	<lastBuildDate>Tue, 29 Nov 2011 14:04:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://scottblaine.com/sorting-records-by-distance-using-php-mysql/comment-page-1#comment-99</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 18 Apr 2010 16:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=276#comment-99</guid>
		<description>Very nice, thanks Bob!</description>
		<content:encoded><![CDATA[<p>Very nice, thanks Bob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://scottblaine.com/sorting-records-by-distance-using-php-mysql/comment-page-1#comment-98</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 18 Apr 2010 07:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://scottblaine.com/?p=276#comment-98</guid>
		<description>The SQL statement can be simplified to:
$sql = &quot;
	3957 * 2 *
	asin(
		sqrt(
			pow((sin(0.0174*(lat-$lat)/2)),2) +
			cos(0.0174*$lat) * cos(0.0174*lat) *
			pow((sin(0.0174*(lon-$lon)/2)),2)
		)
	)
	as distance&quot;;</description>
		<content:encoded><![CDATA[<p>The SQL statement can be simplified to:<br />
$sql = &#8221;<br />
	3957 * 2 *<br />
	asin(<br />
		sqrt(<br />
			pow((sin(0.0174*(lat-$lat)/2)),2) +<br />
			cos(0.0174*$lat) * cos(0.0174*lat) *<br />
			pow((sin(0.0174*(lon-$lon)/2)),2)<br />
		)<br />
	)<br />
	as distance&#8221;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

