I'm a newbie and have only been doing php and mySQL for almost a month so bear with me. I have been trying to make a hyperlink in my php code from a mySQL table. Let me show you:
echo '<p align="center" style="margin-top: 0; margin-bottom: 0">'.'<br><b><font face="Verdana" size="1" color="#FFFFFF">'.$row['website'].'</font></b>';
Where in the hell do I insert the code to make $row['website'] a hyperlink???
Any reply to this would extremely helpful