Tema: Error de
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/06/2011, 10:20
Avatar de legomolina
legomolina
 
Fecha de Ingreso: junio-2011
Ubicación: Valencia
Mensajes: 165
Antigüedad: 12 años, 11 meses
Puntos: 3
Respuesta: Error de

gracias por sus respuestas pero ahora me da otro error:

Warning: Cannot modify header information - headers already sent by (output started at /home/bizar612/public_html/log-in/alta2.php:10) in /home/bizar612/public_html/log-in/alta2.php on line 47

El session_start lo he puesto como dijo iviamontes, al principio del archivo.

Código PHP:
<?php
session_start
(); 
include(
"../conexiones/bizarrejuegos.php");
include(
"../funciones.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../styles/noticias/<?php echo estilo(); ?>" rel="stylesheet" type="text/css" />
</head>
<body>...</body></html>