<?php $a='mi enlace'; $b='http://ww.mi.url'; print "<a href=\"$b\">$a</a>"; ?> o tambien... <a href="<?php print $b; ?>"><?php print $a; ?></a>