Ich hab folgendes Problem:
Seite A redirected am schluss automatisch auf Seite B
Da, aber Seite B trozd des Reloads nicht auf dem aktuellen stand ist will ich Seite B auch relaoden, klappt aber nicht -_-PHP-Code:
//Code der Seite A:
<?php
header("Location: ?site=_shoutbox&reload=1");
?>
P.S. das erste site=... wird für den Include benötigt.PHP-Code:
//Code der Seite B:
<?php
header("Location: ?site=_shoutbox");
?>
edit
Die Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/index.php:7) in /srv/www/htdocs/inc/_shoutbox.inc on line 6