Code: Select all
//add the binary data stored in the string 'filedata'
$filedata = "(read your file into $filedata)";
$zipfile -> add_file($filedata, "dir/file.txt");I've looked around various sites including this one, but I may be typing in the wrong search words. In anycase, can anyone give me a clue?
Thanks a mill,
- sharyn