I am pretty sure this will be an easy task to do for some PHP programmers I just can't figure it out how to do it. I am displaying some info from my database but want to be able to display it as Hyperlink text instead of the whole website so when someone click on "Website" it will take them to the url. Here is my code:
<li style="margin-left: 50px;font-family: Myriad Pro Bold ! important;"><b style="margin-right: 20px;">Website:</b> <?php echo $row->website; ?></li></li>
I am looking forward to add 2 texts to the code for example:
<li style="margin-left: 50px;font-family: Myriad Pro Bold ! important;"><b style="margin-right: 20px;">Website:</b> <?php [SHOW: (**Website** as a hyperlink text) (**Blog** as a Hyper link text) echo $row->website; ?></li></li>
Thank you!!!
$row->websitecontain?