prova con questo: Codice PHP: <?php if(is_array($_GET['Child'])){ echo "Your children's names are: "; foreach($_GET['Child'] as $child){ echo "$child"; } } ?>
<?php if(is_array($_GET['Child'])){ echo "Your children's names are: "; foreach($_GET['Child'] as $child){ echo "$child"; } } ?>
Regole del Forum