Possible Duplicate:
Headers already sent by PHP
After 2 hours of searching for answers i have still not fixed this problem.
I get Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/xxx1.php:6) in /home/xxx/public_html/xxx2.php on line 10
What have i done so far?
-Checked for no whitespace, in xxx1 and xxx2. I have just change webhosting and now the problem apperas. It says it the file xxx1 on line 6. Please can any one sort this out? This is the code.
<?php
require_once(__ROOT__.'/config.php');
?><head>
<script src="scripts/func.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/yui.css">
<script src="scripts/yahoo-dom-event.js"></script>
<script src="scripts/element-min.js"></script>
<script src="scripts/container_core-min.js"></script>
<script src="scripts/editor-min.js"></script>
<script src="scripts/func.js" type="text/javascript"></script>
</head>
<?