How to securely pass credit card information between pages in PHP

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-28T03:05:02Z Indexed on 2010/03/28 3:13 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

How do you securely pass credit card information between pages in PHP? I am building an ecommerce application and I would like to have the users to go through the checkout like this:

Enter Information -> Review -> Finalize Order

Problem is that I am not sure on how to safely pass credit information from when the user inputs them to when I process it (at the Finalize Order step). I heard using sessions is insecure, even with encryption.

Any help would be appreciated!

© Stack Overflow or respective owner

Related posts about php

Related posts about creditcards