I am trying to implement 2Checkout credit card processor into my site.
What I have to do with them is take some values, pass it to the system and then it returns me to my original page.
I says that if a card is successful that is returns the string: $credit_card_processed with a value of Y
How would I capture that value in a string? and echo it out.
I tried using curl, but the system recognizes it as the wrong url processing the information.
Thanks for the help.