PDA

View Full Version : PHP error with VBULLETIN


geekpipe
07-10-2002, 01:48 PM
Hi,

I added an include statement in the index.php file of VBULLETIN. It is a .htm with some rollovers and javascript. I get the following error when loading the index.php page:

header information - headers already sent by (output started at c:\php412\includes\3f_topbb1.htm:4) in C:\Inetpub\wwwroot\vb\admin\functions.php on line 1540

Any idea what this is and how to fix it. All help would be appreciated!

Thanks
Kevin
admin@516homes.com

Sparkz
07-10-2002, 01:57 PM
All output should be in templates.
Look at the phpinclude-template.

And please don't start multiple threads on the same subject, the only thing you will gain by this is getting people pissed and not wanting to help.

geekpipe
07-10-2002, 02:02 PM
Hi,

I am sorry for my stupidity but not sure what you mean by your reply. How shoudl i really include this html code? I assume you mean I should not put an include statement in the index.php page but rather include it somehow in the templates? How do I get html code in these php pages..just paste it in? Sorry again...but I know zip about php.

Sorry about that! I wasnt sure if I should post here or VBULELTIN general area.

Thanks again for the help!
Kevin

Sparkz
07-10-2002, 02:07 PM
If you look at the phpinclude-template, you should be able to see how to include it.

The phpinclude-template is included on all pages.