Código PHP:
if($envio){
for($i=1;$maletas>=$i;$i++){
$tagnumber.$i = $_POST['tagnumber'.$i];
$weight.$i = $_POST['weight'.$i];
$pay_excess.$i = $_POST['pay_excess'.$i];
$destination_tag.$i = $_POST['destination_tag'.$i];
$flight_number_tag.$i = $_POST['flight_number_tag'.$i];
$name_tag.$i = $_POST['name_tag'.$i];
$other_names.$i = $_POST['other_names'.$i];
}
}
name1, name2..
Es que no me lo coge..
Muchas gracias!