Griffo Posted December 24, 2006 Share Posted December 24, 2006 HiDoes anyone know if it is possible to have "live" predictive or autotext.For example type in the first 2 or 3 letters of a word into a text box, and then automatically, without having to press enter or click a send button, display all words from a predefined list that begin with those 2 or 3 characters.ThanksGriffo Link to comment https://forums.phpfreaks.com/topic/31762-predictive-autotext/ Share on other sites More sharing options...
zq29 Posted December 24, 2006 Share Posted December 24, 2006 This is possible with a mixture of PHP, MySQL and JavaScript using an AJAX technique. Link to comment https://forums.phpfreaks.com/topic/31762-predictive-autotext/#findComment-147283 Share on other sites More sharing options...
Griffo Posted December 24, 2006 Author Share Posted December 24, 2006 Ok, thanks.What sort of stuff do I need to look at?I'm fairly new to PHP, MySQL and JavaScript but I have never done anything with AJAX Link to comment https://forums.phpfreaks.com/topic/31762-predictive-autotext/#findComment-147284 Share on other sites More sharing options...
devofash Posted December 24, 2006 Share Posted December 24, 2006 i believe you are looking for "Ajax Live Search". Just google it and you will find quite a few tutorials Link to comment https://forums.phpfreaks.com/topic/31762-predictive-autotext/#findComment-147286 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.