<?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: jQuery: Filter Select box with php and mysql</title>
	<atom:link href="http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/</link>
	<description>Solutions for Mixed Media &#38; Web Development.</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:28:11 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/comment-page-1/#comment-454</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 31 Jan 2010 10:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueicestudios.com/?p=140#comment-454</guid>
		<description>So you have 2 tables? What is the key determining which user is in which location?

can i see your table structure? 

do you have skype? if so you can add me to chat at

blueicestudios</description>
		<content:encoded><![CDATA[<p>So you have 2 tables? What is the key determining which user is in which location?</p>
<p>can i see your table structure? </p>
<p>do you have skype? if so you can add me to chat at</p>
<p>blueicestudios</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonnypixel</title>
		<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/comment-page-1/#comment-453</link>
		<dc:creator>jonnypixel</dc:creator>
		<pubDate>Sun, 31 Jan 2010 09:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueicestudios.com/?p=140#comment-453</guid>
		<description>Thankyou Rob,

now i am very green but i know how to do what you said.

But im wondering if you could help me do this in a way that collects from one table and matches that to another table and then displays relusts.


For example::

A search for Frank st ( in one table )

would result

David Smith ( in a second table )


If you could help i would be in debted to you and even click a donate button if you have one :-)

Cheers
John</description>
		<content:encoded><![CDATA[<p>Thankyou Rob,</p>
<p>now i am very green but i know how to do what you said.</p>
<p>But im wondering if you could help me do this in a way that collects from one table and matches that to another table and then displays relusts.</p>
<p>For example::</p>
<p>A search for Frank st ( in one table )</p>
<p>would result</p>
<p>David Smith ( in a second table )</p>
<p>If you could help i would be in debted to you and even click a donate button if you have one <img src='http://www.blueicestudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/comment-page-1/#comment-452</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 31 Jan 2010 09:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueicestudios.com/?p=140#comment-452</guid>
		<description>just one table

&lt;code&gt;CREATE TABLE IF NOT EXISTS `colors` (
  `id` int(11) NOT NULL auto_increment,
  `color` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `color` (`color`)
)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>just one table</p>
<p><code>CREATE TABLE IF NOT EXISTS `colors` (<br />
  `id` int(11) NOT NULL auto_increment,<br />
  `color` varchar(255) NOT NULL,<br />
  PRIMARY KEY  (`id`),<br />
  UNIQUE KEY `color` (`color`)<br />
)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonnypixel</title>
		<link>http://www.blueicestudios.com/jquery-filter-select-box-with-php-and-mysql/comment-page-1/#comment-451</link>
		<dc:creator>jonnypixel</dc:creator>
		<pubDate>Sun, 31 Jan 2010 09:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueicestudios.com/?p=140#comment-451</guid>
		<description>Hi,

Thanks very much for this...

I just have one question?

Is this collectiong a values from two tables and then showing the result?

What do i name my tables to test this on my dev server?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks very much for this&#8230;</p>
<p>I just have one question?</p>
<p>Is this collectiong a values from two tables and then showing the result?</p>
<p>What do i name my tables to test this on my dev server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
