drop down list to listbox to mySql table

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
vash1282
Forum Newbie
Posts: 1
Joined: Mon Mar 08, 2004 8:40 am
Location: malaysia
Contact:

drop down list to listbox to mySql table

Post by vash1282 »

8O can anyone please help me out with this:

i have to move items selected from a drop down list to a list box in the same page. users should be able to delete selected datas from the list box if they want to. and add more using the drop down list.

and finally i have to move ev'single element in the listbox into a table.

how do i do this?issit possible to do in php?should i use javascript also?
arghghghhgh help me somebody!
bodge
Forum Newbie
Posts: 7
Joined: Thu Mar 11, 2004 6:13 pm

Post by bodge »

you need to use javascript, name your form and do some functions triggered by clicks or updates
Post Reply