Hello ,
I want to pass javascript array to php and than store it to database. Once i got the array passed to php page than i will do the rest.
Problem with posting and geting the variable from javascript to php. and i dont know the exact lenght of the array it depends on the sleceted items that are in <select> tag i dint use this method
<select name=var[]> because before that i want to swap value bwt two <select> so that user selected those items he/she want to add or remove.
Need help.
Regards