* J.Mueller, pro.vider.de GmbH ([EMAIL PROTECTED]) [Dec 20. 2001 04:17]:
> Hello List,
Howdy..
> I try to setup a script which automatically
> signs a file with PGP.
[...]
> When I use something like
> $command="/usr/local/bin/pgps -u Juergen -ato test1.sig ~/test1.txt";
> exec("$command",$answer);
> obviously nothing is happening cause the pass phrase was
> not given.
One way is to use popen() to execute the command and fputs() to write
out the passphrase.
<http://download.php.net/manual/en/function.popen.php>
--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Variables won't.... constants aren't.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]