PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
to my script but it is saying that I sent headers. The file that it refers to as having sent the headers doesn't appear to have sent any, or echo'ed any text. And the line number is the very bottom line... Any help would be appreciated...
Whitespace and blank newlines etc also count as output, check the file that claims to have sent output doesn't have any white space before or after the <?php ?> tags
It sounds like you've already done this, but maybe triple check any include files that get called before <body> for trailing carriage returns. I had a similar problem recently and it turned out that one of includes was generating a small error message. I finally found out by moving those includes into the body so I could see what was happening. Hope this helps, let us know how it goes.