Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/09/2009, 15:44
diegocespedes
 
Fecha de Ingreso: noviembre-2008
Ubicación: W2.0
Mensajes: 103
Antigüedad: 15 años, 5 meses
Puntos: 1
Pregunta $start_session()

Necesito Ayuda con los siguientes errores:

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\ruta.php:1) in C:\AppServ\www\ruta.php on line 1

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\ruta.php:1) in C:\AppServ\www\ruta.php on line 1


el start session se encuentra en la primera fila. no hay espacios en blanco. No se que será.

Gracias de antemano


Código:
<? session_start();?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">