$_POST è un vettore.
Dai un name alla casella di input
<input name="nome_input ..... />

il valore lo trovi in
$_POST[nome_input];

ciao
sergio