codice:
<?php
$quantita = 5;
for ($mia_variabile = 0; $mia_variabile < $quantita; $mia_variabile++)
{
echo $mia_variabile;
}
?>