miofile.php?subMenu=post_production" target="_self">Video
e Post Produzione</a>


<?php
if($_GET['subMenu'] == "post_production"){
echo "post produzione!";
}
?>

L'echo non funziona... :master: