Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/02/2004, 04:38
Avatar de Christatos
Christatos
 
Fecha de Ingreso: julio-2003
Ubicación: Badajoz, Extremadura, España
Mensajes: 194
Antigüedad: 20 años, 9 meses
Puntos: 0
variables de sesión

Hola, camaradas!

Cuando intento hacer una variable de sesión, con este código:

<?php
session_start();
session_register("var");
$_SESSION["var"] = "hola";
?>
<html>
<head><title></title></head>
<body>
<a href="dos.php">aquí</a>
</body>
</html>

(el html no haría falta...)

me da este castañazo:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

A ver quién es capaz, por favor, de echarme un cable...

Gracias de antemano, y SALUDOS