Page 1 of 1

Post Variables

Posted: Mon Oct 10, 2005 2:35 pm
by Luke
When I submit a form via post, and use a url as the action... is there a way to make it so that I am not automatically taken to whatever page I used as the action? I am submitting variables to authorize.net, and once submitted, I'm just taken to their secure site and the plaintext response string just sits on the page... how do I return that string to my database??

EDIT: I just talked to authorize.net, and they said I'm not supposed to be sending the variables from a form... I'm supposed to send them some other way.. what other way???

Posted: Mon Oct 10, 2005 2:38 pm
by John Cartwright
Your supposed to be using cURLto transmit your request and get the response string

Posted: Mon Oct 10, 2005 2:41 pm
by Luke
Is there any other way... what if I don't have cURL installed?

EDIT: Nevermind... I have it installed and it worked great. Thanks man!