Buongiorno a tutti
Mi dite per favore dove sbaglio?

codice:
<?php
echo $_POST['test']."
";
?>

<form name="bla" method="post" action="click_form.php">
  <input type="text" name="test" value="Luca">
</form>
Click
Il valore del campo "test" non viene inviato quando clicco sul link.