<?php$multiplicacion2 = 7;header('location:hfa.php?m2='.$multiplicacion2);?>
<?php$m2 = $_GET['m2'];$m3 = $m2 * 3;echo $m3; //imprime 21?>