RE: [PHP] System() and PGP

2001-07-19 Thread David Price
2001 1:05 AM To: David Price Cc: [EMAIL PROTECTED] Subject: Re: [PHP] System() and PGP Hello David, Thursday, July 19, 2001, 8:48:17 AM, you wrote: DP> I can use this command to encrypt messages: DP> system("pgp -ea $plainTxt 'David Price <[EMAIL PROTECTED]>'&q

Re: [PHP] System() and PGP

2001-07-19 Thread Maxim Derkachev
Hello David, Thursday, July 19, 2001, 8:48:17 AM, you wrote: DP> I can use this command to encrypt messages: DP> system("pgp -ea $plainTxt 'David Price <[EMAIL PROTECTED]>'"); DP> without any problems. But when I try, DP> system("pgp"); DP> I don't get any output. It shoul