Quote
Is the exec() function accessible via PHP? Specifically I need to be able to run the zip command via exec(); (or alternatively proc).
The host should know which each part of it means and that it being set up right with users isolated so that they cannot run things they don't have permissions to use or access.
Thanks,
-Akers

