Ver Mensaje Individual
  #11 (permalink)  
Antiguo 14/06/2010, 16:03
Avatar de neodani
neodani
 
Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 2 meses
Puntos: 20
Respuesta: Mostrar resultados en cada iteración del bucle y no al final

Cita:
Iniciado por GatorV Ver Mensaje
Revisa en tu php.ini el valor que tienes para output_buffering, para que funcione tu script, el output_buffering debe de estar en Off.

Saludos.
Lo tengo en OFF

Código:
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit.  You can enable output buffering during runtime by calling the output
; buffering functions.  You can also enable output buffering for all files by
; setting this directive to On.  If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', as
; a value for this directive (e.g., output_buffering=4096).
output_buffering = Off
Y cuando hago un phpinfo() me aparece
output_buffering no value no value

Debería aparecer Off no?

Esto es muy raro, si pongo 4096 y reinicio el apache si que aparece el número, en cambio si pongo Off aparece "no value"

¿Puede haber algo más?