Re: gpg code problem

2008-03-20 Thread Sven Radde
manoj schrieb: i am trying this using php on windows $res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0 --clearsign 'd:\gp_test\tt.inmp'"); but is not working What "is not working"? Can you call the GPG executable at all? I.e. try to print the output of "gpg --version" in your PHP p

gpg code problem

2008-03-20 Thread manoj
Hi, i ma very new to gnugp or gpg concept want to send signed mails using gpg . for testing perpose i have intalled gpg at my local machine and generated the pulic and private keys . i am trying this using php on windows $res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0 --clearsign '