<?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: Store Locator using PHP and AJAX</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/</link>
	<description></description>
	<pubDate>Tue, 13 May 2008 21:08:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555342</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555342</guid>
		<description>maybe not...anyhow just copy and paste the php code for making an empty select box already given in getcities.php</description>
		<content:encoded><![CDATA[<p>maybe not&#8230;anyhow just copy and paste the php code for making an empty select box already given in getcities.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555341</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555341</guid>
		<description>oops sorry, the tags disappeared after I posted the script above...
echo "City:";
echo "Select a City...";
echo"";
hopefully this will work..</description>
		<content:encoded><![CDATA[<p>oops sorry, the tags disappeared after I posted the script above&#8230;<br />
echo &#8220;City:&#8221;;<br />
echo &#8220;Select a City&#8230;&#8221;;<br />
echo&#8221;";<br />
hopefully this will work..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555339</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555339</guid>
		<description>Thanks. I tried that already but was hoping there was a better method. It will have to do for now. Many thanks for your help anyway. 
For anyone else with the same problem, the bottom of "getcities.php" will also need to be changed to add the third select box. For example:
echo "City:";
echo "Select a City...";
echo"";
Thanks again for sharing this script with us! Much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks. I tried that already but was hoping there was a better method. It will have to do for now. Many thanks for your help anyway.<br />
For anyone else with the same problem, the bottom of &#8220;getcities.php&#8221; will also need to be changed to add the third select box. For example:<br />
echo &#8220;City:&#8221;;<br />
echo &#8220;Select a City&#8230;&#8221;;<br />
echo&#8221;";<br />
Thanks again for sharing this script with us! Much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555333</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Thu, 20 Mar 2008 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555333</guid>
		<description>in the html - in between &#60;div id="cities" class="row"&#62; and &#60;/div&#62;

add the following:
&#60;div class="label"&#62;City:&#60;/div&#62;&#60;div class="field"&#62;&#60;select name="city"&#62;&#60;/select&#62;

That will basically be replaced completely when it gets the city list... but it will serve as a placeholder until a state is selected...

Make sense?</description>
		<content:encoded><![CDATA[<p>in the html - in between &lt;div id=&#8221;cities&#8221; class=&#8221;row&#8221;&gt; and &lt;/div&gt;</p>
<p>add the following:<br />
&lt;div class=&#8221;label&#8221;&gt;City:&lt;/div&gt;&lt;div class=&#8221;field&#8221;&gt;&lt;select name=&#8221;city&#8221;&gt;&lt;/select&gt;</p>
<p>That will basically be replaced completely when it gets the city list&#8230; but it will serve as a placeholder until a state is selected&#8230;</p>
<p>Make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555319</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555319</guid>
		<description>Hi, thanks for your reply. I'd like the select boxes on the page even though they are empty, because I am using the script as a search form not a store locator, with continent&#62;country&#62;city select boxes. If I leave it as it is I get a big empty space in the form where the select boxes are meant to appear and it may mislead some visitors into thinking that they can only search by continent and not by city.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your reply. I&#8217;d like the select boxes on the page even though they are empty, because I am using the script as a search form not a store locator, with continent&gt;country&gt;city select boxes. If I leave it as it is I get a big empty space in the form where the select boxes are meant to appear and it may mislead some visitors into thinking that they can only search by continent and not by city.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555243</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Thu, 20 Mar 2008 04:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555243</guid>
		<description>Well - I guess I just don't understand why you would want the select box to appear before you have the data to populate it. In the script the list of states are shown - but the list of cities can't be shown until you know for which state to show a list of cities... ?</description>
		<content:encoded><![CDATA[<p>Well - I guess I just don&#8217;t understand why you would want the select box to appear before you have the data to populate it. In the script the list of states are shown - but the list of cities can&#8217;t be shown until you know for which state to show a list of cities&#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555231</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Thu, 20 Mar 2008 02:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555231</guid>
		<description>sorry to be a nuisance. can anyone help?</description>
		<content:encoded><![CDATA[<p>sorry to be a nuisance. can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sugarplum</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555000</link>
		<dc:creator>sugarplum</dc:creator>
		<pubDate>Tue, 18 Mar 2008 01:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-555000</guid>
		<description>great script, thanks for sharing! i am quite new to php and ajax and was wondering how to adapt the script to get all three select boxes to appear on the page from the start, instead of each box appearing one after the other? your help would be much appreciated.</description>
		<content:encoded><![CDATA[<p>great script, thanks for sharing! i am quite new to php and ajax and was wondering how to adapt the script to get all three select boxes to appear on the page from the start, instead of each box appearing one after the other? your help would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-543474</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 08 Jan 2008 19:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-543474</guid>
		<description>This is great. I have yet to test it but it was just what I was
looking for. We needed a way when customers call to look up the
stores in their area by Zip code and hopefully this'll do the trick!</description>
		<content:encoded><![CDATA[<p>This is great. I have yet to test it but it was just what I was<br />
looking for. We needed a way when customers call to look up the<br />
stores in their area by Zip code and hopefully this&#8217;ll do the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Taylor</title>
		<link>http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-531440</link>
		<dc:creator>Chad Taylor</dc:creator>
		<pubDate>Mon, 01 Oct 2007 07:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2007/02/13/store-locator-using-php-and-ajax/#comment-531440</guid>
		<description>I have used snippets of scripts on your site many times.  I am glad you are around making contributtions for people like us.</description>
		<content:encoded><![CDATA[<p>I have used snippets of scripts on your site many times.  I am glad you are around making contributtions for people like us.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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