i have a database that stores the url example facebook.com i dispalyed the value in my table and i posted the same value in a href
<a href="<?php echo $url['url']; ?>" target="_blank">
<?php echo $fet_2['urlname']; ?></a>
so when i click the urll is opening in new tab like domain.COM/folder/folder/www.facebook.com and the fb page is not loaded. i want to load the fb page when i click the name. please help me