I am trying to attach a variable extension to a hyperlink. I am trying to attach a variable called '$myvariable' to a URL
My hyperlink currently looks like this:
echo '<a href="test2.php?id=<?php print $myvariable; ?>>A function</a>';
I need it to be a PHP hyperlink as it is enclosed in a...