On Thu, 15 Feb 2001 12:40, Wyatt Earp wrote:
> Hello,
>
> I have a situation where I need to verify the PGP signature of a
> message that is stored within a variable in a PHP script. Is it
> possible to launch external programs from within PHP? I can't find
> anything about it in the manual. If not, has anyone ported PGP over to
> PHP?? (That's a lot of Ps!)
>
> Thanks for your help!
>
> Wyatt

Program execution functions - exec or system might be what you need.

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
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]

Reply via email to