Is it possible to get multiple inputs of the same name to post and then access them from PHP? The idea is this: I have a form that allows the entry of an indefinite number
In your html you can pass in an array for the name i.e
This way php will receive an array of addresses.