Simple code needed please (writing a html url)
Posted: Fri May 28, 2010 11:08 am
Hello,
I have these two variables:
$link :the remote site's url
$title :the remote site's name
I need a php code that produces this html code:
<a target="_blank" href="$link">$title</a>
Thanks in advance for you time!
I have these two variables:
$link :the remote site's url
$title :the remote site's name
I need a php code that produces this html code:
<a target="_blank" href="$link">$title</a>
Thanks in advance for you time!