Move items from one list box to another list box

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Pirontech
Forum Commoner
Posts: 29
Joined: Wed Oct 28, 2009 5:31 am

Move items from one list box to another list box

Post by Pirontech »

Hi,

i have two list box on the Pah Page within the form tag element; i want to move element from one list box to another list box (Ex List Box 1 to List Bpx 2) it works fine and saved in the data base, now i want to edit these values Ex. after hiting the Edit Button Form opend with some othe values, now again i want to move element from LIst Box 1 to List Box 2 and Vice Versa, here it creates the Problem.

Now i want when user select the values from list box (1 or 2) and hit the move button, values saved in the data base but How ???

Please reply..
hemakumarrr
Forum Newbie
Posts: 7
Joined: Mon Nov 09, 2009 12:42 am

Re: Move items from one list box to another list box

Post by hemakumarrr »

Hi,

Its simple.. You simply update the tables in AJAX.. Hope you are using two tables for two list boxes..
Post Reply