Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/12/2010, 12:43
josepaspi
 
Fecha de Ingreso: noviembre-2010
Ubicación: Vila-real-Castellon-España
Mensajes: 18
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Restringir la entrada durante un tiempo a una pagina

le he puesto las comillas y no funcona me da este error que sera.

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/62/97/51997097/htdocs/gestirecweb/fuera.php:3) in /mnt/web5/62/97/51997097/htdocs/gestirecweb/fuera.php on line 10

?php
$hInicio = '14'; // Está en 24 hrs
$hFin = '18';

$h = date("G"); // Hora actual en 24 hrs

if ($h >= $hInicio && $h <= $hFin) header("logingestirec.htm");



?>

gracias