<html>
<head>
<title>my design</title>
<body>
some stuff here
<br />
more stuff>
<br />
here is where I want to show my news
</body>
</head>
</html>
<html>
<head>
<title>my design</title>
<body>
some stuff here
<br />
more stuff>
<br />
<?php
include 'news/index.php';
?>
</body>
</head>
</html>