php - How to gradually output csv data as file download? -


i'm trying output large amount of data (about 13k rows) in csv format reading database.

now problem server loses lot of time in fetching/parsing data phase , browser stuck until data collected , output browser file attachment.

is there way force php gradually output data taken db browser emulating readfile() function behaviour?

thank you

you have use unbuffered query.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -