das gesamte forum "includen"
Verfasst: 15.01.2003 02:46
hallo,
ich würde das phpbb gerne in eine bestehende website einbinden.
<? include ("head.inc") ?>
<? switch($content)
{
case forum:
include "forum.php");
break;
case news:
include ("portofilo.inc");
break;
..usw.
also wird mit www.domain.de/index.php?content=forum das forum eingebunden .... nur bekomme ich dann folgende fehlermeldung
Warning: Cannot add header information - headers already sent by (output started at /is/htdocs/blablub/head.inc:18) in /is/htdocs/blablub/includes/sessions.php on line 182
und logischerweise geht das auch nicht mit den ganzen viewforum.php,..,., links nicht ... gibts da einen mod ?
schonmal danke :)
seek
ich würde das phpbb gerne in eine bestehende website einbinden.
<? include ("head.inc") ?>
<? switch($content)
{
case forum:
include "forum.php");
break;
case news:
include ("portofilo.inc");
break;
..usw.
also wird mit www.domain.de/index.php?content=forum das forum eingebunden .... nur bekomme ich dann folgende fehlermeldung
Warning: Cannot add header information - headers already sent by (output started at /is/htdocs/blablub/head.inc:18) in /is/htdocs/blablub/includes/sessions.php on line 182
und logischerweise geht das auch nicht mit den ganzen viewforum.php,..,., links nicht ... gibts da einen mod ?
schonmal danke :)
seek