|
You need to use cURL on the server side to make the requests to the e-gold.com server. That is to say, have the form get the necessary details from the payee and send the form to a script on your server. From there, make a cURL request to e-gold.com, with a combination of your 'secret' stuff as well as the payee information. Finally, depending on the result of the cURL request, show a 'yay' or a 'nay' to the original user...
|