guarda qst codice:
codice:
if (isset($_POST['pippo'])){
	$row=array();
	$row['nomevariabile'] = "pippo";
	echo $_POST[$row['nomevariabile']];
} 
echo "<form action=\"{$_SERVER['PHP_SELF']}\" method=\"POST\">
<input type=\"text\" name=\"pippo\">
</form>\n";
corrisponde a quello che devi fare??