jmreinwald
Technical User
I currently have a MySQL database full of hockey cards. I'm creating searchability for player names, and I want to be able to begin typing in a player name and have possible matches (of the player name only) appear as I type. From there I will pass along the value and search the appropriate field.
I envision it as having a text box to type into, and a multiple option box (perhaps?) where the "matches" appear. I believe the best way is to gather the unique names from a MySQL query, which is fine, but where do I go from there?
I envision it as having a text box to type into, and a multiple option box (perhaps?) where the "matches" appear. I believe the best way is to gather the unique names from a MySQL query, which is fine, but where do I go from there?