codice:
$w = array();
for ($i = 0; $i < $numero; $i++) {
  $w[] = $_POST["e".$i];
}