How to move the selected values from one list box to another

Hi

all

I want to have two list boxes. If I select the values from one list box then press a button to move those values into another list box.

Now the values which are in the second list box i want to insert them into mysql table

please help me out

Thanks & Regards.
MD.Samiuddin

Typically it’s PHP or some other server-side code that’s used to work with mysql tables.

Hi
paul

thanks for your reply

I want javascript code which will move the values from one list box to another listbox while sending to database i will use php

Thanks

MD.Samiuddin

You should be able to use jQuery’s draggable/droppable features for that.
Ahh, here’s the info about achieving that: Cross-browser drag and drop “ListBoxes” using jQuery

Thanks Paul

I will try your suggestion

Thanks

MD.Samiuddin