Call and run CGI script from a PHP script ... how?
My ISP doesn't have the mhash function activated on their servers, so I have to use a cgi script to generate the fingerprint I need for credit card processing.
The shopping cart is in php and it will sent the user to the bank for billing, but the bank requires the fingerprint (which I can only generate with the cgi script).
Hope that made sense!
So, how do I call a cgi script from within a php script?
Thanks!
Dirk
|