How to parse form details to the getaway system?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nikolaj
Forum Newbie
Posts: 1
Joined: Thu Dec 16, 2004 9:53 am
Location: Serbia and Montenegro

How to parse form details to the getaway system?

Post by Nikolaj »

Hi,

I do not yet realize how to parse details from form to the getaway system.
Since I got all PHP modules from a getaway company I can't figure out how to parse form details to getaway system.

I want all details about name on credit cards, credit cards name, exipire date and other details to be parsed to the getaway system for checking credit cards details.

I got from them all PHP modules (certificates, keys,..) and a SSL link where I have to test all this.

The SSl link is:

curl -cert <the path to *_pem.crt> -key <path to *.key> -cacert <path to ca.pem>
https://getawaysystem.gtwsystem.com/

How should I code to parse details about quantity of products, credit cards details and other to a getaway sytem.

Any help would be appretiaced!
Post Reply