Say I have a bunch of names in a array and I want to post this data to another url on my site, but the post data will be "name="+name+"&name="+name+""; etcetc
So for each name i need to generate another name= to add to post data until there are no more names
How can I do this?