Php and Mysql question reguarding links.?

Eddie

New member
Hello,

I've made a small form which queries a database and gets certain information from tables.
It It as follows;

echo $result['bname'];
echo "<br>";
echo $result['btype'];
echo "<br>";
echo $result['bdisc'];
echo "<br>";
echo $result['bcountry'];
echo "<br>";
echo $result['btown'];

If I wanted one of those queries to display as a link once echo'd, as one query Is 'website', how would I go about doing so?
 
Back
Top