this wont work either....
the first bit does work and diplays the template with $showad[???] inserted but the dosnt after } else { the template is displayed but the $anotherad[??????] are blank
any ideas
PHP Code:
if ($showad[active]=='1') {
eval("\$showthisad .= \"".gettemplate("ads_forum_sponsor")."\";");
} else {
$anotherad=$DB_site->query("SELECT * FROM ads WHERE id='2'");
eval("\$showthisad .= \"".gettemplate("ads_bannerbank")."\";");
}