[jQuery] jquery autocomplete and mysql

[jQuery] jquery autocomplete and mysql

Your PHP script must send back a text/xml header and your XML result
content. The format of the XML is documented here:
http://interface.eyecon.ro/docs/autocomplete
The autocompleter will take the "text" child of each "item" element and
display it as a suggestion, and will insert the "value" data as the
field's value onselect. If you need to handle other values from the
response XML, define an "onSelect" callback function in the options for
Autocomplete.
If you need more help than that, you're going to need to ask a more
specific question and post code examples.
m.
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of eugene33
Sent: Friday, December 08, 2006 1:30 PM
To: discuss@jquery.com
Subject: [jQuery] jquery autocomplete and mysql
Hi,
let me apologize, as I'm a noob, and I have no extensive knowledge as a
programmer. I just discovered jQuery and the Autocomplete plugin
(Interface
& Dyve) and i could really use it. to be honest it's exactly what I was
waiting for!!!
I have a list of countries and informations related in a MySQL db and I
would like to understand how I could connect the autocomplete plugin to
this
DB.
Any help would be greatly appreciated ;)
I understand that I should export the column I wish to see in
autocomplete
as xml and then connect the plugin to this result !?! but I really don't
see
how i can manage to do this in the search.php
--
View this message in context:
http://www.nabble.com/jquery-autocomplete-and-mysql-tf2783514.html#a7766
548
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/