I’m wanting ‘link’ and ‘linkName’ to be inserted dynamically via a php page and Mysql database. Here are the two parts of my code that I’m not getting to work. Any ideas?:cowbell:
$PrintLink = echo “<a target=”_blank" href = “” . $row[‘link’] ."">" . $row[‘linkName’] . “</a></br>”;
$linksText .= $PrintLink;
$linksText .= ‘<br>’;
$linksText .= ‘<font color="#999900">’;
$linksText .= ‘_____________________________’;
$linksText .= ‘<br>’;
$linksText .= ‘</font>’;