instale el appserv en mi pc, y en mi localhost intente abrir una pag con este codigo
Código PHP:
<?php
session_start();
?>
y me tira el siguiente error:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\sesion.php:9) in C:\AppServ\www\sesion.php on line 10
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\sesion.php:9) in C:\AppServ\www\sesion.php on line 10
alguien sabe porque ocurre?