<?php $var1 = "motos"; ?> <a href="vm1.php?var=<? echo $var1; ?>">Link</a>
<?php $reb = $_GET['var']; echo "variable: ".$reb; ?>