Codice PHP:
$i 1;
while (
$i <= $numerodeicampi)
{
    echo 
$_POST["ciccio$i"];
    
$i++;