Tema
:
Problema en php ini (max_execution_time)
Ver Mensaje Individual
#
3
(
permalink
)
16/05/2014, 09:02
Italico76
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 7 meses
Puntos: 292
Respuesta: Problema en php ini (max_execution_time)
Como te dicen... prueba agregar en el script al comienzo:
Código PHP:
Ver original
<?php
ini_set
(
'max_execution_time'
,
300
)
;
Sino te va a tocar... ir pasandole de pedazos de SQL (unos cuantos registros por vez)
__________________
Salu2!
Italico76
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Italico76