I have been trying to use one of the many ajax autosuggest code snippets available on the web to help me with a table server scheduling form.
My scheduler can find the people by their last name, and I can auto-suggest that. The database would like to record the server's server_id value, which is a standard auto_increment int in MySQL.
I have been stumbling on the issue of displaying an array and selecting one element in that array but saving in my form field value the server_id associated with the server's name.
Any help would be appreciated.