<?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: Update to Search script in MySQL/PHP</title>
	<atom:link href="http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/</link>
	<description>Tips and Commentary on Web Accessibility, Usability, and Search Marketing best practices.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:51:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: geoff</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-31880</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-31880</guid>
		<description>Just an update:  ignore my last post, the quotes works fine online, just not locally for some reason.  Thanks.</description>
		<content:encoded><![CDATA[<p>Just an update:  ignore my last post, the quotes works fine online, just not locally for some reason.&nbsp;Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-31879</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-31879</guid>
		<description>Hi.  I love your script and am messing around with it on my little database to help me learn more PHP.  It works great, but anything with quotes or an apostrophe just stops the script, not even &quot;0&quot; results or an error. Any idea what it could be?  I can live with the &gt;50% of entries and the small-string denial, but if you know ways to get around those I&#039;d listen.</description>
		<content:encoded><![CDATA[<p>Hi.  I love your script and am messing around with it on my little database to help me learn more <abbr title="Hypertext PreProcessing">PHP</abbr>.  It works great, but anything with quotes or an apostrophe just stops the script, not even &#8220;0&#8221; results or an error. Any idea what it could be?  I can live with the &gt;50% of entries and the small-string denial, but if you know ways to get around those I&#8217;d&nbsp;listen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sofia</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-29342</link>
		<dc:creator>sofia</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-29342</guid>
		<description>Thanks for all this information .. i asked some similar question on yahoo answers but it didn&#039;t really help. thanks</description>
		<content:encoded><![CDATA[<p>Thanks for all this information .. i asked some similar question on yahoo answers but it didn&#8217;t really help.&nbsp;thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArthasMX</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-29210</link>
		<dc:creator>ArthasMX</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-29210</guid>
		<description>that&#039;s right!

thanks! hehe</description>
		<content:encoded><![CDATA[<p>that&#8217;s&nbsp;right!</p>
<p>thanks!&nbsp;hehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-29206</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Thu, 13 Nov 2008 19:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-29206</guid>
		<description>It does work, in fact - but it doesn&#039;t automatically do wildcard searches. If you add the MySQL wildcard operator (*) at the end of a word, you&#039;ll get the wildcard search: &lt;code&gt;merlo* or pino*&lt;/code&gt;, for example.</description>
		<content:encoded><![CDATA[<p>It does work, in fact - but it doesn&#8217;t automatically do wildcard searches. If you add the MySQL wildcard operator (*) at the end of a word, you&#8217;ll get the wildcard search: <code>merlo* or pino*</code>, for&nbsp;example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArthasMX</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-29205</link>
		<dc:creator>ArthasMX</dc:creator>
		<pubDate>Thu, 13 Nov 2008 18:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-29205</guid>
		<description>hi there!

When i type (merlot or pinot), got results...ok!
but when typing (merlo or pino), no results...
even, merlo, merl and so on....

is it possible to get this to work ?

tried california, which was ok...but for (californi), got no results....is this correct ?...have one script done by myself that works like this...but i&#039;d like to get results when people type CALIFORNIA or CALIFO or CALIFORNI ...is is possible ?

thanks a lot!</description>
		<content:encoded><![CDATA[<p>hi&nbsp;there!</p>
<p>When i type (merlot or pinot), got results&#8230;ok!<br />
but when typing (merlo or pino), no results&#8230;<br />
even, merlo, merl and so&nbsp;on&#8230;.</p>
<p>is it possible to get this to work&nbsp;?</p>
<p>tried california, which was ok&#8230;but for (californi), got no results&#8230;.is this correct ?&#8230;have one script done by myself that works like this&#8230;but i&#8217;d like to get results when people type CALIFORNIA or CALIFO or CALIFORNI &#8230;is is possible&nbsp;?</p>
<p>thanks a&nbsp;lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-27506</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Wed, 24 Sep 2008 14:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-27506</guid>
		<description>Glad to help! Thanks, Alen.</description>
		<content:encoded><![CDATA[<p>Glad to help! Thanks,&nbsp;Alen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alen</title>
		<link>http://www.joedolson.com/articles/2008/09/update-to-search-script-in-mysqlphp/comment-page-1/#comment-27499</link>
		<dc:creator>alen</dc:creator>
		<pubDate>Wed, 24 Sep 2008 10:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=345#comment-27499</guid>
		<description>Dear!
Thanks for your pagination improvement! It was one thing i was looking for</description>
		<content:encoded><![CDATA[<p>Dear!<br />
Thanks for your pagination improvement! It was one thing i was looking&nbsp;for</p>
]]></content:encoded>
	</item>
</channel>
</rss>

