Vorrei ottenere il value del text di name "key" e inserirlo in action in modo che mi appaia :
<form action="index.php\php\cerca.php?search=value del key" method="POST">
<input type="text" name="key" value="" width="30px" />
<input type="submit" value="cerca" class="submit" />
</form>
è possibile in php?