01-19-2008, 09:49 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Posts: 27
Thanks: 1
|
header(location) does not work?
This doesnt work:
PHP Code:
<?
header('Location: index.php?mode=statistikker&mode2=statistikker&action='.$_POST[statistikpost].'&spil='.$_GET[id].'&overordnet='.$_GET[overordnet].'');
?>
I get this error:
Warning: Cannot modify header information - headers already sent by (output started
|
|
|
|