xander85 Posted August 6, 2007 Share Posted August 6, 2007 Hey All, Does anyone know of a script or know of a way to create a form, like you see when you search on Yahoo or Google that will predict your search result as you type and show the values listed below the form? It is sort of like the "auto complete" but it's showing results that you haven't necessarily typed in. I'm looking to create a form like this that will show names from a database as you type. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/63550-form-that-helps-auto-complete-from-database/ Share on other sites More sharing options...
ViN86 Posted August 6, 2007 Share Posted August 6, 2007 it can be done with Ajax (asynchronous java and xml). need to store previous searches, then return results as they are typed into the textbox and have them display. Quote Link to comment https://forums.phpfreaks.com/topic/63550-form-that-helps-auto-complete-from-database/#findComment-316707 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.