Forum Moderators: coopster

Message Too Old, No Replies

perform HTML grab

         

jackvull

4:35 pm on Feb 7, 2006 (gmt 0)

10+ Year Member



I have a company that lists this ni their technical documentation:

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?

jatar_k

7:18 pm on Feb 7, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



try using cURL [php.net]