Hi. I currently am integrating an autosuggest search form in my website. The search form pulls data instantly as the user types data into a form. Here is the current script we are implementing. http://www.brandspankingnew.net/archive/2006/08/ajax_auto-suggest_auto-complete.html In the test.php file it includes the data for the search. I am wanting to pull this data from my database. The database table I have on my site is called merchants, the column I want to array is called merchant. I just wondered if there is anyone who knows how this can be done. Thanks in advance, Joe