Printing anchor link in results

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux