echo "hello" | gpg --always-trust -ear cs@sitehq.co.uk
works fine on the command line, but not for exec, shell_exec(), passthru() and system() etc etc...
Does anyone know how to use it? I can use other system commands and get the result - its just this gpg string!
Oh.. safemode is OFF!
And PHP is compiled with apache - not as a cgi module.. and i'd like to keep it this way
Thanks
Jee