Se usi method = POST

Codice PHP:
<?php
echo $_POST['type_value'];
?>
Se usi method = GET

Codice PHP:
<?php
echo $_GET['type_value'];
?>