Si pruebas esto en un documento nuevo te lo escribe?
Código PHP:
<body>
<?
if($_POST) echo $_POST['tamaño'];
?>
<form method="post" action="<?= $_SERVER['PHP_SELF'] ?>">
<input type="text" name="tamaño" value="1" />
<button type="submit">Dale</button>
</form>
</body>