Forum Moderators: coopster
Step 1
A script on your website makes the first call to the encryption server, requesting the encryption of the transaction details.
Step 2
The encryption tool encrypts the transaction data. This generates an HTML <INPUT> tag containing the encrypted transaction data referred to as #*$!xx string.
Note: This HTML needs to be "pulled" back from the xxxxx server; it will not be posted to you.
How exactly do you go about "grabbing" HTML from another server with PHP?