I know this isn't so much a PHP question, but I'm sure someone here can help me out with this.
On my page, a user will fill out information in an HTML Form. The users will have to enter in a persons name of where the information came from. This form then gets saved into a MySQL database.
The names that have been entered into the database already will be displayed in a drop down/select box, however at times a name that is not listed in the database already will need to be added.
What is my best method to accomplish this? Do I need to have a text field for the new names and a drop down for the list polled from the database? If I do that, how will the form know which information I intend to enter.
I appreciate any help you can be on this situation. Thank you very much.