MySQL Not printing a row correctly

I’m trying to print a link from a mysql database. When it prints it it prints it in the form it should be, but the hyperlink for it seems to be messed up.


print "<p><b>Web site:</b> <a href=\"{row['site']}\">{$row['site']}</a> </p>";

That is the code. When the hyperlink is clicked it trys accessing {$row[‘site’]} on localhost/.

Any ideas?