Bonjour,

voici mon code sur une page PHP :

<?PHP session_start();?>

et je n'ai que cette ligne sans espace, retour de charriot ... Pourtant, j'ai l'erreur suivante :

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\documents and settings\francis\mes documents\test\index.php:1) in c:\documents and settings\francis\mes documents\test\index.php on line 1

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\documents and settings\francis\mes documents\test\index.php:1) in c:\documents and settings\francis\mes documents\test\index.php on line 1
Je débute en PHP, mais là je n'y comprend rien car pas de code html, include ...

Si vous pouvez m'aider, merci d'avance.

Francis.