Is it possible to have a user type text into a field (textbox) and have it auto populate the results? I know of auto complete
What I want it a user to type in a Country, it will list results from my mysql DB but I want to post the country ID from the database not the country name, I know a drop down list allows me to post the value but a textbox wont have this value and will have the typed country name only.
ideas?