questo è il PHP

<?php


$tot=$_POST['es'];


$tot+=10;


echo $tot;

?>