PHP Includes

Hi all
When i validate my HTML code it comes up with errors for <? which is part of the PHP include. My question is should the error be addressed and if so how, or is this normal because the validator is looking for pure HTML and thus the error should be ignored.

You should validate the resulting HTML/CSS code (the code you see in your browser), not the original script with the PHP code in it.

Thanks for the quick response guido2004. That’s a relief.