Ni idea que es lo que quieres!!
Código PHP:
<?php
$goo='http://www.google.com';
$yah='http://www.yahoo.com';
?>
<input type="submit" onClick="window.location= '<?php echo $goo; ?>';" value="Google" />
OR
<input type="submit" onClick="window.location= '<?php echo $yah; ?>';" value="Yahoo!" />