codice:
<?php
error_reporting(E_ALL);
$voto_utente= $_POST['nome'];
echo "il tuo nome $voto_utente";
?>