<html><body>Salut
<?php session_start(); ?>
</body></html>
TOUJOURS PAS BIEN BIEN :<?php avec un espace avant ?>
<?php session_start(); ?>
<html><body>Salut</body></html>
BIEN :<?php session_start(); ?>
<html><body>Salut</body></html>Code : Tout sélectionner
Warning: session_start(): Cannot send session cache limiter - headers already sent by (output started at (c:/ ... /index.php)
Warning: session_start(): open(/tmp\sess_6ec1660b716dde3b0dae174539265078, O_RDWR) failed: No such file or directory
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at (c:/ .../index.php)Teste avec une installation simplifiée telle que EasyPHP ou WAMP. Quand on débutte il vaut mieux utiliser ces logiciels plutot que de tout installer (et meme après, c'est bien moins embêtant à mettre en place !).Je vois pas bien d'ou ca peut venir .... je me demande si ca a pas un rapport avec la configuration d'Apache ou de php ... car c'etait un de mes anciens problemes.
Code : Tout sélectionner
Warning: session_start(): Cannot send session cache limiter - headers already sent by (output started at (c:/ ... /index.php)