Quote:
Originally Posted by EH-Jay
I'm currently working on a hack that I do not wish to give hints out yet  but I do know that companies that use php/html website fronts and vb forums would benefit a great deal from this (unless the hack is already out there).
Anyway, I keep getting this error on the php page:
Now, what I want to know is what is causing this error. My forums have the same meta tags n such, could that be the problem? What are the common causes of this error
Thanks
|
The problem is that you are outputting data before the cookies are set.
This could be due to whitespace before or after the <?php / ?> tags or an error message being displayed (as it was also printed to the screen).