i have an html textbox use for searching and when I type on the textbox the field in database will appear as dropdown...pls..help.thanks
lloydsbackyard 0 Light Poster
Recommended Answers
Jump to PostYou should give a value to option :
<option value=\"$record['company']\">$record['company']</option>
notice the closing option tag - in your code / is missing.
Plus what is the problem you are facing, you should post that after making the above changes.
Jump to PostIn particular search for autocomplete scripts, for example this:
bye!
All 7 Replies
lloydsbackyard 0 Light Poster
tapananand 13 Junior Poster
lloydsbackyard 0 Light Poster
tapananand 13 Junior Poster
lloydsbackyard 0 Light Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
lloydsbackyard 0 Light 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.