hello frds i want to select multiple cehckbox selected values from one form tro another.please advise me ho tot do it for dynamic arrays. file is attached. thanks
For Multiple selections use <SELECT name="select[]" MULTIPLE size="4"> <OPTION VALUE="abc">asd</OPTION> </SELECT> PHP: and then to access, The values will be stored as $_POST/$_GET['select']['value']