Who can help me ?
Om my local server (apache - wamp server) and on my own homepage server.(http://martijn-krista.nl/test/citta/) .. the php script I wrote works correctly.
But on the server where I test the new site (I am creating) (http://kamerkoorcittaverde.nl/test/) , I get the following warnnings:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /storage/mijndomein/users/094777/public/sites/www.kamerkoorcittaverde.nl/test/index.php:1) in /storage/mijndomein/users/094777/public/sites/www.kamerkoorcittaverde.nl/test/index.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /storage/mijndomein/users/094777/public/sites/www.kamerkoorcittaverde.nl/test/index.php:1) in /storage/mijndomein/users/094777/public/sites/www.kamerkoorcittaverde.nl/test/index.php on line 27
I only use the functions session_name("cittaverde");
and session_start(); at the very fist lines of the index.php
just after <PHP
at the top of the file.
what send already headers ? and why can't I use session_start(); and
setcookie(); function ?
Who can help me out ?