<?php
$a = 100;
$b = 200;
echo "<a href = \"targetpage.php?x=$a&y=$b\"> Press Link </a>";
?>

