Wat is hier fout aan?
header("Location: ingelogd.php");

Krijg steeds een foutmelding:

Warning: Cannot modify header information - headers already sent by (output started at /home/scriptzn/public_html/login/administrators/index.php:13) in /home/scriptzn/public_html/login/administrators/index.php on line 88
Je hebt al output voor dat je een header verstuurd. En die is al in:

/home/scriptzn/public_html/login/administrators/index.php:13)

Op regel 13 dus :)
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

Dis regel 13
Dat kan dus niet, er mag helemaal geen output zijn voor header() ...
?? wat is output?
Another one...

Om het simpel te zeggen,
header(); moet boven je <html> tags, er mag NIETS boven je header staan...
Zelfs geen spatie voor je <?php tag :P
Ja, en met sessies ook. Dus dat kan dan niet?

Reageren