Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now