I'm trying to pass the value of a variable called artID with href, but I'm having trouble with exactly how and where to type it. When I type it outside the PHP tags, it makes a broken link, but doesn't make a link at all when it's inside the php tags..
<?php
"<a href='localhost/blog/article.php?artID='$artID>";
"<a>";
?>