Page is a not externally linkable
rainborick - 12:10 am on Jul 9, 2012 (gmt 0)
On most Apache-based servers, if you wanted to use complete URLs, you could use something like:
<a href="<?php echo $_SERVER['HTTP_HOST'] . '/' . $row['url']' ?>
If relative URLs are okay, you could simply use:
<a href="<?php echo '/' . $row['url']' ?>