Hi,
I am working with PHP. I have a field in my form, which is basically a text box. But as the user start to type it will show a list of matching items, fetched from mysql table. I can have a drop down, but in a drop down , I can't insert text. How to solve this? Should I use ajax or js or some thing else?
anirban1087 0 Junior Poster in Training
Recommended Answers
Jump to PostWhat you need is 'auto-complete' for the field. You cannot use combination of combo-box with text field... You should be able to find a js library/file that someone has implemented it. It was quite a hot topic a while back ago about implementing auto-complete form.
All 4 Replies
SolidSolutions 13 Junior Poster
Taywin 312 Posting Virtuoso
anirban1087 0 Junior Poster in Training
SolidSolutions 13 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.