a me cosi funziona...

Codice PHP:

$formString 
"<form action=\"test.php\" method=\"post\">\n";

if (isset(
$_POST['label'])){ $formString .= "<input type=\"text\" name=\"label\" value=\"$_POST[label]\" />

\n"
;}
else{
 
$formString .= "<input type=\"text\" name=\"label\" />
\n"
;
}
$formString .= "<input type=\"submit\" value=\"Submit\">";
$formString .= "</form>\n";

echo 
$formString

cmq potrtesti risolvere sostituendo i $_POST[label] con $REQUEST[label], anke se nn capisco xke tu usi un form con metodo post e te lo spedisce invece con metodo get