Hello. Could someone tell me why the following code give me an error?
system('c:\progra~1\networ~1\pgpnt\pgp -e -a $plaintxt 0x360EC537');
Whenever I try to run this I get the following error:
Warning: Unable to fork [c:\progra~1\networ~1\pgpnt\pgp -e -a $plainTxt
0x360EC537] in D:\webpages\php\do_sendsecret.php on line 16
Help!
Thanks (from a PHP newbie)
Patrick H. Mullins