hi guys,
I have on my web site a facilty where a user can change their trainer name. So 'bill' can change trainer from 'trainer1' to 'trainer4'. that kind of thing.
Currently bill would select the trainer from a dropdown menu where the menu is populated from a mysql statement of available trainers.
How would I create a facility where bill can either select the new trainer from the list or enter an entirely new one in a text box.
Could anyone please give me some advice.