My problem is i have inserted sites name in mysql
for example:www.google.com
and now when i click it on my display page it gave me that
The requested URL /template/resources/www.allwebco.com was not found on this server.
what i suppose to do to make the links go to the desired page without having this
/template/resources/
and this is my code
<?php do { ?>
<SPAN class=subtitle>
<a href="<?php echo $row_links['links']; ?>"><?php echo $row_links['resource_links_header']; ?></a></SPAN><BR />
<?php echo $row_links['resource_links_body']; ?><BR /><BR /><BR />
<?php } while ($row_links = mysql_fetch_assoc($links)); ?>