i have a little problem in my website, i dont know where is the problem. i am create link of other website in my website by using this code
$output .= "<b>Website: </b><a href='".$row["website"]."' target='_blank'>".$row["website"]."</a><br>";
but when i click on a website it does not open website. when i check the browser address it attach my website link before the actual website address.
http://myaddress/$row["website"]
and browser show error page doesnot found