This is the error I get on my file after I try to add a few lines of code to enable an ad banner on my site. Parse error: syntax error, unexpected T_LNUMBER in bfa_header_config.php on line 124 The PHP file runs perfect without the PHP insert. I'm trying to insert this and make it work: $logo_area .=' <td rowspan="2" valign="middle" class="header-banner"> <?php echo adrotate_banner('1'); ?> </td> '; This line: <?php echo adrotate_banner('1'); ?> is directly from the AdRotate website. I'm told I'm supposed to insert the code like that yet I'm being thrown an error. Can anyone please help me? The code is attached.
Personally I can't stand trying to figure out multiline assignments, so I don't, lol. I would try changing... ...to... ...and see how that goes for you. Let me know if that helps at all.