R
Ryan
Guest
I have the below code working the way I want it to but i want to use $url for the adress and $title for the visible text
<?php
echo "<a href=\"http://www.mywebpage.com\"
target=\"_blank\">Visit my web page</a>";
?>
1 hour ago - 3 days left to answer.
<?php
echo "<a href=\"http://www.mywebpage.com\"
target=\"_blank\">Visit my web page</a>";
?>
1 hour ago - 3 days left to answer.