If in the database it says http://www.google.com then the code
echo '<a href="'.$row['website'].'">'.$row['website'].'</a>';
should produce
<a href="http://www.google.com">http://www.google.com</a>
Look at the source (CTRL+U in Firefox) and see if that is what it is producing