error (Parse error: syntax error, unexpected '}' in line bold

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • geobb08
    New Member
    • Nov 2012
    • 1

    error (Parse error: syntax error, unexpected '}' in line bold

    Code:
    </div> <div class="featured_tab"> 
    <img src="http://bytes.com/images/demo/5.PNG" alt="" /> <p>Help</p> 
    </div> </li> 
    [B]<?php }?> [/B]
    </ul>
     </div> 
    </div> 
    </div>
    Last edited by zmbd; Nov 3 '12, 09:19 AM. Reason: Please format posted code using he <CODE/> button. Also, question required in the body of the post.
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    Code:
    <?php ..... ?>
    Code on the dots (in your case the '}', is considered to be PHP-code.
    A '}' on its own is not valid PHP-code

    P.S. When posting code, you should use the CODE tags... ;)

    Comment

    Working...