Hello,
What is the best way to send client a html page generated using PHP in chunks (content-transfer-encoding: chunked)
I tried:
header("Content-Transfer-Encoding: chunked\n");
I didn't specify a size, I didn't know how to do so.
Any help please?
Thank you,