I have a form that sends all the data with jQuery .serialize() In the form are four arrays qty[], etc it send the form data to a sendMail page and
.serialize()
arrays qty[], etc
PHP handles nested arrays nicely
try:
foreach($_POST['qty'] as $qty){ echo $qty }