Parse error: syntax error, unexpected T_LNUMBER in public_html/templates/default/layout.php on line 63
Hi, I could use alot of help with this one. I'm completely new to PHP. Anyways everything was working just fine until I tried to move a rotating banner and got the above error. Here is the area of the code that I moved (I moved it back, but no help)
<table width="750" border=0>
<!-- Account Menu START -->
<? echo iif($LOGGED_IN, "
<tr>
<td colspan=3 height=35 align=\"center\">
<table cellpadding=0 cellspacing=0 bgcolor=\"black\" width=\"100%\">
<tr>
<td>
<table cellpadding=0 cellspacing=1 width=\"100%\">
<tr>
<table width="800" border=0> (this is line 63)
<td background="templates/default/images/b_g.jpg" width="100%" align="center" valign="middle"><? echo $pagebanner648; ?></td>
</tr>
Any help would be great thanks