Ver Mensaje Individual
  #27 (permalink)  
Antiguo 22/11/2011, 15:47
Avatar de memp500
memp500
 
Fecha de Ingreso: octubre-2011
Ubicación: venezuela
Mensajes: 40
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: inicio de sesion

Cita:
Iniciado por jotaincubus Ver Mensaje
El problema se presenta por muchas razones, debes fijarte en:

1. La pagina header.php esta creando un session_start()
2. La pagina header.php esta imprimiendo algo antes del session_start()
3. La pagina header.php tiene espacios en blanco en la linea numero 1
gracias a tu respuesta, pero te respondo el header.php no tiene espacios es blaco y tampoco crea un session_start te coloco el codigo aca:

header.php
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <title><?php echo $titulo; ?></title>
  4. <meta name="description" content="<?php echo $desciption; ?>"/>
  5. <meta name="keywords" content="<?php echo $keywords; ?>"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta name="generator" content="http://artemlabs.com" />
  8. <meta name="robots" content="index,follow" />
  9. <link href="css/stylecssmemp.css" rel="stylesheet" type="text/css" />
  10. <link type="text/css" rel="stylesheet" media="all" href="/css/sistem_acces.css" />
  11. </head>
__________________
crear soluciones y oportunidades de desarrollo y crecimiento