PHP Variable HREF link?

Digital Person

New member
Hello,

I cannot seem to make a HREF link in my PHP variables page...

Could someone please tell me what is wrong with this code?
<?php
$link_home = "<a href="link_goes_here.php">Home</a>";
?>

Thanks in advance
 
Back
Top