Link to home
Start Free TrialLog in
Avatar of aej1973
aej1973

asked on

How to add/remove items from one list box to another in the same form with php??

I have two list boxes on the same page. One is populated with items from a database table. I want to be able to select an item at a time, choose the quantity from a dropdown list, then click on a button 'Add' and transfer the selected item from list box 1 to list box 2 with the corresponding quantity. I want to be able to do this multiple times. Also, when the item is added from list box 1 to list box 2, it should disappear from list box 1 to prevent the user from choosing the same item more than once. Similarly, the user should be able to select an item from list box 2, click on button 'Remove' and move the item back to list box 1 while it disappears from list box 2. How do I do this?
Thank you,
A
ASKER CERTIFIED SOLUTION
Avatar of Richard Quadling
Richard Quadling
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aej1973
aej1973

ASKER

Interesting, thank you.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial