Hi, I have a database which has a table called 'skills' and another called 'user_skills'. I am displaying in a select box all skills from 'skills' and of those, the ones that a particular user has (from 'user_skills') are highlighted. This works fine, but I am trying to allow the user to change the skills they have and update the database. All I can seem to do at the moment is store all the originally selected skills in an array, so if they change their skills, it still only stores those they had before. I need to know how to store the NEWLY selected skills, so that they can be submitted with teh form for processing. Could somebody give me some idea how?
I suppose what i am trying to say is how would I test to see if a particular element is selected, after they have been displayed?
Cheers in advance.
I suppose what i am trying to say is how would I test to see if a particular element is selected, after they have been displayed?
Cheers in advance.
Comment