<?php
include("articles/article_6.html");
?>
i wanted the article to be posted on my website but it gives the error:
Parse error: syntax error, unexpected 'version' (T_STRING) in /opt/lampp/htdocs/white_coats/articles/article_6.html on line 1
Then you don't include it. You read it's contents and print em. Include statements are nearly always for code includes and not plain html or text content.