Any help would be cool.
I have this line in the body of a page: (content of the news to show up in a table)
The news shows up ok in the page but I get an error.
Error:
Warning: Cannot modify header information - headers already sent by (output started at c:\www\test\cs\index.php:5) in c:\www\test\forums\admin\functions.php on line 1649
Root of site /www/test
$siteroot/cs/Index.php: (page has its own <head> </head>)
<div align="left">
<?php include("/www/test/cs/news.php"); ?>
</div>
$siteroot/cs/News.php:
<?php
chdir("/www/test/forums");
include("/www/test/forums/PluhNews.php");
?>
only thing in the PluhHeader.txt :
<!-- Pluh Header -->
<font face="Verdana" size="2"><b>Today's News</b><p>
|