gocondo Posted August 31, 2010 Share Posted August 31, 2010 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 Quote Link to comment Share on other sites More sharing options...
AbraCadaver Posted August 31, 2010 Share Posted August 31, 2010 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. Quote Link to comment Share on other sites More sharing options...
gocondo Posted November 19, 2010 Author Share Posted November 19, 2010 I know. But the problem is that when you type your code in Eclipse you cannot turn the syntax check on. So you type code without knowing if you have problem or not. Only when you execute it, your browser will complain if there's an error in your PHP code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.