hi,
i want to append some binary files to form a zip file (these are broken into a no. of segments when i recieve them). any idea how i could do this in php. are there any functions to read and add a binary file to another?
thanks!!
You just read in the files in binary mode, open the existing file in binary append mode and write to it.