Jump to content

PHP Include statement


Recommended Posts

I wrote my website in PHP with Eclipse. My main page index.php uses the INCLUDE statement in order to display the sidebar and other part of the page, because these parts are also used by other pages.

 

My problem is that if I add the "<!DOCTYPE html PUBLIC..." to each include file, I receive error when validating my index.php because it finds several "<!DOCTYPE html PUBLIC..." inside the page.

 

But if I remove this "<!DOCTYPE html PUBLIC..." line from all include files, then Eclipse cannot validate my files as HTML.

 

Any idea how to solve this problem? You can check my website below.

 

GO CONDO TORONTO

 

 

Link to comment
https://forums.phpfreaks.com/topic/212205-php-include-statement/
Share on other sites

I wrote my website in PHP with Eclipse. My main page index.php uses the INCLUDE statement in order to display the sidebar and other part of the page, because these parts are also used by other pages.

 

My problem is that if I add the "<!DOCTYPE html PUBLIC..." to each include file, I receive error when validating my index.php because it finds several "<!DOCTYPE html PUBLIC..." inside the page.

 

But if I remove this "<!DOCTYPE html PUBLIC..." line from all include files, then Eclipse cannot validate my files as HTML.

 

Any idea how to solve this problem? You can check my website below.

 

GO CONDO TORONTO

 

They are not HTML files, they are portions of HTML or PHP that ouputs portions of HTML. Don't worry about those validating, only worry about the combined resultant page.

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.