hi,
i want to make an editable drop down list the user will enter the value and it will be saved in the drop down list and the value will be submitted in the database and when the user opens the drop down list again the edited value will be there and the user can enter more values
thanx in advance

Doing all of this could take a bit of work. If you want to modify the drop-down just for that session it is easy enough to store the modified /additional values in session variables. If you want it to be permanently modified for that user, then you would need to store the new values in a database in a record for that user. This assumes that you already have a user login and associated database table already set up.

This might go part way towards accepting the modified input:
http://efreedom.com/Question/1-3199746/Updating-Contents-Dropdown-List-Javascript-PHP

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.