jquery - Accessing multiple cloned fields from PHP -
i have form has ability copy row of several fields using jquery - question how access these form values in target php page?
any code, chance? anyway, can make add name new field square braces, ti accessed array, happens multiselect checkboxes
es: new field 1 <input type="text" name="added[]" value=""> new field 2 <input type="text" name="added[]" value="">
and on...
then have everythin in $_post['added'] array
Comments
Post a Comment