I'm using a cgi script in php. I assume that I woull just include it and be able to pass command line vars using argv[] (correct me if I'm wrong here) but how do I get the result of the script bak into my php web page?
The function will return an ecrypted message. ( and no, I cannot use exec or anything like that on my server)
Thanks
Joshua