Skip to main content
June 29, 2011
Question

redo of question on unexpected error at line 128

  • June 29, 2011
  • 2 replies
  • 359 views

The following is the html/php code yielding the error:    Parse error: syntax error, unexpected $end in C:\xampp\htdocs\blaf_php\admin\news.php on line 128.

News
Black Politics TodayContent for  id "news/blog" Goes Here
 

Archives

    
                
  •             
 

    
                
  •             
 

 

Updated on:

      

ddd

News

This topic has been closed for replies.

2 replies

David_Powers
Inspiring
June 30, 2011

Please do not post the same question multiple times. I have locked your first thread and deleted the third thread.

I suspect the reason you're reposting is because your code isn't being displayed properly in the forum. Please see Posting code in this forum for instructions on how to post code.

As garywpaul has already pointed out, the "unexpected end" means that you have omitted a closing } (curly brace) somewhere in your PHP code.

June 29, 2011

Typically this means you forgot a }.  I'm going to guess your page ends at about line 128?

Check to make sure you have all of your closing brackets.

On edit

Please dont double post questions, it looks like the like you tried to post a link and it did not work so you tried it again in a new post, next time just reply to yourself in the original post.

Gary