linking to a website in html code example
Example 1: html links
<a href="url">link text</a>
Example 2: href sql
echo '<td><a href="' . $row['url'] . '">' . $row['anchor'] . '</a></td>';
<a href="url">link text</a>
echo '<td><a href="' . $row['url'] . '">' . $row['anchor'] . '</a></td>';