Forum in a website

I think youve got duplicate code somewhere which is why its trying to send the headers twice.

Back it up, junk it and do a clean install of phpBB and start over. The problem with your code could be anywhere and web coding is notoriously lame so Id just clean up and start again I'm afraid
 
nice font on the logo. if you could send that would be great.
anyway you need to use an iframe. my friend made one once. google will tell you what to do
 
you need to write ob_start(); at the top of the first php page to be loaded, (that'll turn on output buffering and get rid of that).

unless you have access to the php.ini file and then you can turn it on there.
output buffering = on
instead of off obviously.
 
Thank you root, it seemed to fix it.
dude_se I didn't make the image, but I will try to pm you a link to the font.
 
Back
Top Bottom