Make sure you do the includes before your actual html .... you can't have any html tags before the include.
The key for you is "header already sent".
Some things need to be done by the server before the page starts being sent. This includes redirects but it would not surprise me if cookies were included as well.
Start with an empty script and test things step by step.
|