<?php
$a = 100;
$b = 200;
echo "<h3> We are in page 1.</h3>";
echo "<a href = \"targetpage.php?x=$a&y=$b\"> Press Link </a>";
?>

