als ik boven aan de pagina:
<?php session_start(); ?>
typ, dan krijg ik de error:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\wamp\www\MNST\Index.php:9) in c:\wamp\www\MNST\Index.php on line 129
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\wamp\www\MNST\Index.php:9) in c:\wamp\www\MNST\Index.php on line 129
Waarom?
1.821 views