weslee Posted July 24, 2006 Share Posted July 24, 2006 I'm not sure if this is a php issue or possibly something regarding javascript.I have a table in mysql full of client names & info. I want to create a search form where I can simply start typing a contact name and be shown an updated list of possibilities as I continue typing.For instance, if I'm looking up John Doe, as I started typing "jo" it would list "joe doe, jacob doe, john doe..." and as soon as I got as far as "john" in my typing, it would only list names in my client list who's name started with "john"...Can someone point me in the right direction? Link to comment https://forums.phpfreaks.com/topic/15446-updated-dropdown-list-on-keypress/ Share on other sites More sharing options...
Caesar Posted July 24, 2006 Share Posted July 24, 2006 Ajax. Link to comment https://forums.phpfreaks.com/topic/15446-updated-dropdown-list-on-keypress/#findComment-62655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.