ik heb al flink in de manual zitten kijken maar ik krijg steeds een foutmelding: Cannot add header information - headers already sent by (output started at /home/cth3779a/WWW/index.php:1) in /home/cth3779a/WWW/bestand/index.php on line 232
in index.php staat dit:
in bestand/index.php staat dan het volgende:
in cookieset.php staat dan weer:
zoals je ziet heb ik zelf al flink zitten scripten en ben ik niet iemand die al het werk aan een ander wil overlaten maar ik kom er echt niet uit. Wil iemand mij alsjeblieft wat aanwijzigingen geven of mij uit de brand helpen?
in index.php staat dit:
PHP:
1
| <?if ($pagina=="files"){ include "bestand/files.php"; include "footer.tpl"; exit();}else if ($pagina=="huiswerk"){ include "files/huiswerk.php"; include "footer.tpl"; exit();}else{ include "bestand/index.php"; include "footer.tpl"; exit();}?> |
in bestand/index.php staat dan het volgende:
PHP:
1
| <?if ($numrows=="1"){ header("Location: cookieset.php?cookie=jah&id=123"); exit;}?> |
in cookieset.php staat dan weer:
PHP:
1
| <?if ($cookie == "ja" && $id=="123"){ setcookie(ingelogd,$naam, time() + 2400); header("Location: index.php"); exit;}?> |
zoals je ziet heb ik zelf al flink zitten scripten en ben ik niet iemand die al het werk aan een ander wil overlaten maar ik kom er echt niet uit. Wil iemand mij alsjeblieft wat aanwijzigingen geven of mij uit de brand helpen?