Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

redo of question on unexpected error at line 128

Guest
Jun 29, 2011 Jun 29, 2011

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

TOPICS
Server side applications
357
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 29, 2011 Jun 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 30, 2011 Jun 30, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines