How would I go about changing my following echo statement. So it will print the ‘Link’ as an <a href> link?
[COLOR=red] <?php
echo $row[‘CompanyName’];
echo $row[‘ContactEmail’];
echo $row[‘Link’];
?>[/COLOR]
I was trying something like this: echo [COLOR=red]"<a href="$row[‘Link’]">$row[‘Link’]</a>[/COLOR]"; but not working.
Any help would be much appreciated.
Ian :wt: