Nucleus
Erfahrenes Mitglied
ich bastele mir grade einen download counter aber hab ptobleme mit header und zwar :
Warning: Cannot add header information - headers already sent by (output started at c:\wampp-0.13.1a\htdocs\test\down.php:3) in c:\wampp-0.13.1a\htdocs\test\down.php on line 7
und hier mein code
echo "<a href=\"down.php?nr=1\">Textfile<a>";
if ($nr=="1")
{header("location: Neu Textdatei.txt");}
elseif ($nr=="2")
{header("location: Neu Textdatei.txt");}
Warning: Cannot add header information - headers already sent by (output started at c:\wampp-0.13.1a\htdocs\test\down.php:3) in c:\wampp-0.13.1a\htdocs\test\down.php on line 7
und hier mein code
echo "<a href=\"down.php?nr=1\">Textfile<a>";
if ($nr=="1")
{header("location: Neu Textdatei.txt");}
elseif ($nr=="2")
{header("location: Neu Textdatei.txt");}