Hi there...
I want to create a form in which the user will
a. select a dropdown option (specificially to search by skill, or name) and
b. enter that info in the text box.
Therefore, if the user selects 'by name' and enters 'joe blow', the query should be based on this.
Is this overkill? Are there other suggestions for doing this?
Yes, I am going to use a database (MySQL). The user will want to search on name, or skill. Maybe it's easier just to search on text field (ie. query like=whatever_is_value_of_textfield)? But that could get scary with LOTS of entries, no?
Example: search on 'mysql' skill.
1000 clients have mysql skills!
How to narrow this one down?