Hello friends ! ,
I am very new to java script.If anyone can help me then
I will be very very thankful to his/her.
I am using php and mysql in my project and I have one textarea and
one list boxes,now whenever user fill any value(email-Id) to textarea and press submit button then value going to listbox. These values are one or multiple , then they goes into list box , In list box these values are store in array .
I mean user insert any value(email-Id) to textarea seperated by comma or space. Then these are going to Listbox.... List Box values are store in database in form of array...
I am successfull to add & delete the value in listBox from textarea by using JavaScript ...But when I give array in list box for these values error comes. But when I dont use array for list box Error was not found ... And record goes into list box only....
But I can't fetch them with post or get method in php code to store in database.... I need your help, friends please help me to store list box values in databse By using array because these values are multiple ....
Ok !
Bye !
I am very new to java script.If anyone can help me then
I will be very very thankful to his/her.
I am using php and mysql in my project and I have one textarea and
one list boxes,now whenever user fill any value(email-Id) to textarea and press submit button then value going to listbox. These values are one or multiple , then they goes into list box , In list box these values are store in array .
I mean user insert any value(email-Id) to textarea seperated by comma or space. Then these are going to Listbox.... List Box values are store in database in form of array...
I am successfull to add & delete the value in listBox from textarea by using JavaScript ...But when I give array in list box for these values error comes. But when I dont use array for list box Error was not found ... And record goes into list box only....
But I can't fetch them with post or get method in php code to store in database.... I need your help, friends please help me to store list box values in databse By using array because these values are multiple ....
Ok !
Bye !
Comment