NuclioN
you may have missed a } at this code
Code:
$doquery = $DB_site->query("select * from " . TABLE_PREFIX . "adv where main ='1' order by 'id' desc");
while($row=$DB_site->fetch_array($doquery)){
eval('$shir .= "' . fetch_template('adv_creativeSuite') . '";');
}
& make sure that you put the code
in above of
Code:
eval('print_output("' . fetch_template('FORUMHOME') . '");');
BarKeep
thanks 4 helping
best wishes