God
Nothing works.
Here is my php code to be exact.
PHP Code:
<?php
$command = "gpg -d -o /home/username/public_html/data/output.zip /home/username/public_html/encrypted/input.zip.gpg";
$a = exec("$command");
echo "$command<br />";
echo "<pre>$a</pre>";
?>
Checklist till now :
Safe mode = CHECKED and it is OFF
CHOWN & CHMOD = Tried all combinations.
Folders = Tried all permissions.
Do you think I am messing up with the command itself? somewhere?
Thanks a lot for all your help
I really appreciate it.