Hey there. my intention is as follows. I have a form (html) that requires some input by the user. And this data should be posted to a php script in some kind of "package" (an array or something). Is posting arrays through forms possible?
Thank you
Form fields can be appended to an array by naming each field somename[] (note the square brackets).