I'm such an idiot!
Thank you Ed.. you fixed my problem
My original index was:
Code:
<html>
<?php require("news.php"); ?>
</html>
Then Ed kinda told me to put it this way:
[CODE]
<?php
echo "<html>$news</html>
?>
From there I figured out how to do it
Code:
<?php
echo "{Header code here}"
require("news.php");
echo "{Footer code here}"
?>
No more errors! Wheee..
Thanks again Ed.. if you want.. I still have that $20.