Hi Guys,
I'm doing a hell of a lot of fwrites in a while loop and the file size gets to about 29,000 kb. The reason it's this big is i'm doing a lot of file_get_contents($file) to include images as strings.
However, when I open the file created, it's cut off halfway through, but i'm not getting any errors or anything.
I was therefore wondering if there was a maximum string length that could be written with fwrite()? Or if it could be the file_get_contents() thats causing the problem?
If it helps, my ini setting for memory_limit is 32M
Many thanks,
BIOSTALL