isaac_cm Posted January 3, 2007 Share Posted January 3, 2007 Hello and Happy Christmas to every one,I need to make a lookup or autocomplete search field that get the results from mysql database, what tool I can use ?thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted January 3, 2007 Share Posted January 3, 2007 Sounds like AJAX to me. Quote Link to comment Share on other sites More sharing options...
isaac_cm Posted January 3, 2007 Author Share Posted January 3, 2007 yes I found many examples on the net some using ajax and others donot one of the good libraries I found is JQuery but I always like to ask the experts before I use any of themso any advice is very appreciatedthanks Quote Link to comment Share on other sites More sharing options...
chronister Posted January 4, 2007 Share Posted January 4, 2007 I have had good luck with ajax. I don't know javascript to save my life, but I was able to take an ajax script (found on w3schools) and modify it to my likings.It pulls the data perfectly the way I want it. Since php is providing the actual results, it was pretty easy to make it do what I wanted.Good Luck Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.