Hello, I am new to PHP and am wondering how to print a variable an external link. In the example below, the 'web_pro' variable has the format, www.mycompany.com . How can I make this a clickable link?
echo "\n<tr>\n\t<td bgcolor=\"silver\">" .
"<b>Web: </b>" .
$arr['web_pro'] .
"</td>
<td bgcolor=\"silver\">" .
"</td>
\n</tr>";
Thanks,
Declan.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
