hello list,
what has to happened so this actually works:
$mstrng = shell_exec("/usr/sbin/zip 0041_27.zip 0041_27");
it works fine on the command line....
since the zip library that complies with php doesn't create zip files i need to do it like that..
if php is compiled as a module with apache is the apache owner the one
that has to have writing permissions? if so - it does..
any help appreciated...
thank you