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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -