pagina script php
Geplaatst: 30 jan 2004, 13:29
hoi, ik gebruik dit script om mijn pagina te includen:
<?php
if($pagina == "") {
include("inval.php");
}
else {
if(file_exists("$pagina.php")) {
include("$pagina.php");
}
else {
include("error.php");
}
}
?>
ALs ik dit met phpbb doe krijg ik de volgende foutmelding:
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 477
Hoe kan ik deze melding oplossen? iemand enig idee? heb msn pim_brinke@hotmail.com alvast bedankt.
Om voorbeeld te kijken wat ik bedoel check: http://pim.pcextreme.nl/website/index.p ... orum/index
<?php
if($pagina == "") {
include("inval.php");
}
else {
if(file_exists("$pagina.php")) {
include("$pagina.php");
}
else {
include("error.php");
}
}
?>
ALs ik dit met phpbb doe krijg ik de volgende foutmelding:
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/pimpcex/public_html/website/index.php:11) in /home/pimpcex/public_html/forum/includes/page_header.php on line 477
Hoe kan ik deze melding oplossen? iemand enig idee? heb msn pim_brinke@hotmail.com alvast bedankt.
Om voorbeeld te kijken wat ik bedoel check: http://pim.pcextreme.nl/website/index.p ... orum/index