Re: [PHP] Can I launch an external program from a php script?

2001-02-14 Thread Wyatt Earp
On Thu, 15 Feb 2001, David Robley wrote: > > Program execution functions - exec or system might be what you need. Thanks, exec sounds sounds like what I need. - Wyatt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Can I launch an external program from a php script?

2001-02-14 Thread Wyatt Earp
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