On Mon, 2004-02-23 at 08:35, Paul Marinas wrote:
> Those anyone know hoh to use php with gpg. I've tryed gpgext, but doesn't
> seems to work maybe my php is not compiled with some kind of support.

You will need to call gpg from your script using either a socket
connection[1], something from the exec family[2], or backticks[3].

[1] http://www.php.net/popen
[2] http://www.php.net/ref.exec
[3] http://www.php.net/operators.execution

-- 
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to