PHP Syntax Error Parse error: parse error in df_banner.inc on line 6

Asked By 0 points N/A Posted on -
qa-featured

 

 

 

 

 

Hello guys.

I am trying to create a CMS content for a client using PHP. Upon migrating the system to their server and error appears which I took the liberty on pasting it with this. How do I fix this error?

Thanks and more power.

PHP Syntax Error
Parse error: parse error in df_banner.inc on line 6
SHARE
Answered By 0 points N/A #177752

PHP Syntax Error Parse error: parse error in df_banner.inc on line 6

qa-featured
The “PHP syntax error” means that you have some errors on your code, specifically in line 6, please ensure that your statement al line 6 is terminated by a semicolon or check if you are not missing any bracket or parenthesis.
I can suggest you to check at this link http://us2.php.net/language.constants.syntax, there you can see the basics of the PHP syntax, also you can use this tool https://www.piliapp.com/php-syntax-check/ to check if your syntax is correct.

Related Questions