<?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: AutoCompleter Tutorial &#8211; jQuery(Ajax)/PHP/MySQL</title>
	<atom:link href="http://www.nodstrum.com/2007/09/19/autocompleter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nodstrum.com/2007/09/19/autocompleter/</link>
	<description>A coders playground.</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:55:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hu31</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70992</link>
		<dc:creator>Hu31</dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70992</guid>
		<description>Hello,
Thanks for the great tutorial.
I have a question: I have added column &quot;valuetwo&quot; to countries table. I would like to fill the inpubox with &quot;valuetwo&quot; when I click the search result. Is it possible?
I use:
echo &#039;valuetwo.&#039;\&#039;);&quot;&gt;&#039;.$result-&gt;value.&#039;&#039;;
but doesn&#039;t work.
Thanks
Dave</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks for the great tutorial.<br />
I have a question: I have added column &#8220;valuetwo&#8221; to countries table. I would like to fill the inpubox with &#8220;valuetwo&#8221; when I click the search result. Is it possible?<br />
I use:<br />
echo &#8216;valuetwo.&#8217;\');&#8221;&gt;&#8217;.$result-&gt;value.&#8221;;<br />
but doesn&#8217;t work.<br />
Thanks<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raúl</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70909</link>
		<dc:creator>Raúl</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70909</guid>
		<description>When I use:
$.post(&quot;rpc.php&quot;, {queryString: &quot;&quot;+inputString+&quot;&quot;}, function(data){
            if(data.length &gt;0) {
                $(‘#suggestions’).show();
                $(‘#autoSuggestionsList’).html(data);
            }
        });

In joomla I get $.post is not a function, what´s happening????</description>
		<content:encoded><![CDATA[<p>When I use:<br />
$.post(&#8220;rpc.php&#8221;, {queryString: &#8220;&#8221;+inputString+&#8221;"}, function(data){<br />
            if(data.length &gt;0) {<br />
                $(‘#suggestions’).show();<br />
                $(‘#autoSuggestionsList’).html(data);<br />
            }<br />
        });</p>
<p>In joomla I get $.post is not a function, what´s happening????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5S</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70810</link>
		<dc:creator>5S</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70810</guid>
		<description>I don&#039;t think it is possible to &quot;post the id to the sql row</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it is possible to &#8220;post the id to the sql row</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bluesfire</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70673</link>
		<dc:creator>Bluesfire</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70673</guid>
		<description>First of all: Thx for this great Auto Completer. It works great. But i ran into a problem: i&#039;d like to extend the query in rpc.php with a AND condition. So far so good if i e.g. 
&quot;SELECT value1 FROM table WHERE value1 LIKE &#039;$queryString%&#039;  AND value2 = &#039;$matching_value2&#039;&quot;
Now: if the variable $matching_value2&#039; is a $_Session[&#039;var&#039;] like in my case the current user - the $_Session[&#039;user&#039;] is not passed. -&gt; Undefined var _Session ? But the var $_Session[&#039;user&#039;] is declared previously an is not empty.

Any help would be appreciated!!! Thank you</description>
		<content:encoded><![CDATA[<p>First of all: Thx for this great Auto Completer. It works great. But i ran into a problem: i&#8217;d like to extend the query in rpc.php with a AND condition. So far so good if i e.g.<br />
&#8220;SELECT value1 FROM table WHERE value1 LIKE &#8216;$queryString%&#8217;  AND value2 = &#8216;$matching_value2&#8242;&#8221;<br />
Now: if the variable $matching_value2&#8242; is a $_Session['var'] like in my case the current user &#8211; the $_Session['user'] is not passed. -&gt; Undefined var _Session ? But the var $_Session['user'] is declared previously an is not empty.</p>
<p>Any help would be appreciated!!! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70668</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 06 Sep 2010 10:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70668</guid>
		<description>Is it possible to select a country but to post the id of the sql row ?</description>
		<content:encoded><![CDATA[<p>Is it possible to select a country but to post the id of the sql row ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 240??jQuery?? &#124; ????</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-20/#comment-70489</link>
		<dc:creator>240??jQuery?? &#124; ????</dc:creator>
		<pubDate>Sun, 05 Sep 2010 08:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70489</guid>
		<description>[...] Autocomplete by AjaxDaddy. jQuery Autocomplete Plugin with HTML formatting. jQuery Autocompleter. AutoCompleter (Tutorial with PHP&amp;MySQL). quick Search jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Autocomplete by AjaxDaddy. jQuery Autocomplete Plugin with HTML formatting. jQuery Autocompleter. AutoCompleter (Tutorial with PHP&amp;MySQL). quick Search jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 240+ awesome Jquery Plugins &#171; Anythings4you..Scripts Directory of PHP, ASP, ASP.NET, JQUERY</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-19/#comment-70133</link>
		<dc:creator>240+ awesome Jquery Plugins &#171; Anythings4you..Scripts Directory of PHP, ASP, ASP.NET, JQUERY</dc:creator>
		<pubDate>Thu, 02 Sep 2010 09:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-70133</guid>
		<description>[...] Autocomplete by AjaxDaddy jQuery Autocomplete Plugin with HTML formatting jQuery Autocompleter AutoCompleter (Tutorial with PHP&amp;MySQL) quick Search jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Autocomplete by AjaxDaddy jQuery Autocomplete Plugin with HTML formatting jQuery Autocompleter AutoCompleter (Tutorial with PHP&amp;MySQL) quick Search jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 240 plugins jquery &#171; Anythings4you</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-19/#comment-69093</link>
		<dc:creator>240 plugins jquery &#171; Anythings4you</dc:creator>
		<pubDate>Thu, 26 Aug 2010 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-69093</guid>
		<description>[...] Autocomplete by AjaxDaddy. jQuery Autocomplete Plugin with HTML formatting. jQuery Autocompleter. AutoCompleter (Tutorial with PHP&amp;MySQL). quick Search jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] Autocomplete by AjaxDaddy. jQuery Autocomplete Plugin with HTML formatting. jQuery Autocompleter. AutoCompleter (Tutorial with PHP&amp;MySQL). quick Search jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Moczulski</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-19/#comment-68710</link>
		<dc:creator>Robert Moczulski</dc:creator>
		<pubDate>Tue, 24 Aug 2010 10:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-68710</guid>
		<description>How to display in utf-8 - polish chars.

To solve problem with display polish chars just change on line 34 in rpc.php:

echo &#039;value.&#039;\&#039;);&quot;&gt;&#039;.$result-&gt;value.&#039;&#039;;

to:

echo &#039;value).&#039;\&#039;);&quot;&gt;&#039;.iconv(&quot;ISO-8859-2&quot;,&quot;UTF-8&quot;,$result-&gt;value).&#039;&#039;;

We are just adding [iconv] command. Working with php5.

Example .iconv(&quot;ISO-8859-2&quot;,&quot;UTF-8&quot;,$result-&gt;value).</description>
		<content:encoded><![CDATA[<p>How to display in utf-8 &#8211; polish chars.</p>
<p>To solve problem with display polish chars just change on line 34 in rpc.php:</p>
<p>echo &#8216;value.&#8217;\');&#8221;&gt;&#8217;.$result-&gt;value.&#8221;;</p>
<p>to:</p>
<p>echo &#8216;value).&#8217;\');&#8221;&gt;&#8217;.iconv(&#8220;ISO-8859-2&#8243;,&#8221;UTF-8&#8243;,$result-&gt;value).&#8221;;</p>
<p>We are just adding [iconv] command. Working with php5.</p>
<p>Example .iconv(&#8220;ISO-8859-2&#8243;,&#8221;UTF-8&#8243;,$result-&gt;value).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [AJAX] 20+ Ready to Use Auto Completion Scripts</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-19/#comment-68663</link>
		<dc:creator>[AJAX] 20+ Ready to Use Auto Completion Scripts</dc:creator>
		<pubDate>Tue, 24 Aug 2010 01:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-68663</guid>
		<description>[...] 1.) Nodstrum AutoCompleter with Ajax/PHP/MySQL  Spoiler untuk [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.) Nodstrum AutoCompleter with Ajax/PHP/MySQL  Spoiler untuk [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
