Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/10/2010, 12:56
gabymar
 
Fecha de Ingreso: agosto-2008
Mensajes: 94
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: Parar la actualzacion automatica

hola muchas gracias por su aporte me funciono perfecto lo hice asi
Código PHP:
$fecha2=date('Y-m-d H:i:s');
$actual2=$fecha2;
$fechacierre=date('Y-m-d 21:00:00');
$fechainicio=date('Y-m-d 07:00:00');
if (
$actual2 >$fechainicio && $actual2 $fechacierre ){
echo 
'<meta http-equiv="refresh" content="2">'