Hi I'm new here so be gentle! ;)
I have a php form which poppulates an HTML <Select> tag with a list of approx 2500 items which consist of an id; a code and a name. The items come from a MySql database
To make it easier to use I want to be able to optionally limit the number of lines to select from based on a search criteria.
What is the best way of going about this please?