Gary - question about the PHP code for the different ads.
I need the images to be linked to the advertisers's website.
I'm not sure how to change the PHP code - would that be the right syntax -
if ($forum['forumid']==1)
{
$advertisement="<a href="http://adsite.com" target="_blank'><img src=\"images/advertisement01.jpg\" /></a>";
}
Not sure where I put the </a> at the end....
|