PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if ($zip->open($filename, ZIPARCHIVE::CREATE)!== TRUE) {
exit("cannot open <$filename>\n");
}
Now i have a test server on my computer that runs php 5 and the version on the server where my domain is the version is php 4. I guess that there is a problem there. Can anyone help in any way?