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!
I once had a headers problem, it turned out that I had an extra space after the closing php tag ( ?> ) and it was sent to the browser, make sure there is NOTHING after or before the php tags, not even a space.