test.php contains:
<?phprequire("/var/www/html/forum/SSI.php");recentTopics();?>
it gives ok output when
www.filmanmelderen.com/test.phpbut when i take <?php include test.php; ?> in index.php i get this error msg:
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/header.php:12) in /var/www/html/forum/Sources/Load.php on line 48
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/header.php:12) in /var/www/html/forum/Sources/Load.php on line 49
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/header.php:12) in /var/www/html/forum/Sources/Load.php on line 50
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/header.php:12) in /var/www/html/forum/Sources/Load.php on line 51
» [Poll] Hvilken 3d-animert film er din favoritt? in Vanlig diskusjon by Tore Today at 09:01:40
» Training Day in Filmmusikk by Tore Today at 09:01:11
» the rock in Vanlig diskusjon by Tore Today at 09:00:42
» Oppgradert forumet m.m. in Nyheter by Tore 03 April, 2002, 12:36:10
» black hawk down in Vanlig diskusjon by grafi 24 March, 2002, 21:50:30
» From Hell! in Omtalediskusjon by Stefan 18 March, 2002, 14:06:28
» An Error Has Occurred! in Bugrapport by Tore 15 March, 2002, 15:58:59
» Jeg er dina in Filmmusikk by Carl 15 March, 2002, 12:15:55
but i get the output.
any ideas?