I've been researching for quite a while trying to find an answer but with many conflicting stories and views, I haven't really found a solution.
Basically, I have designed an online store for a client with its own shopping cart. Once they have completed their shopping they go to the checkout in the normal way (which proceeds onto SSL).
The problem I have is that the client wishes to process the credit card details in -house so I need a secure way to take the details the user gives and get it to the client for processing.
After looking, I thought perhaps PGP encrypted emails would be the best way to go (as directed by "PHP and MySQL Web development" by Welling&Thomson) but I was informed that my host does not, and has no plans to support this.
So I'm really at a loose end. Can anyone suggest a way (or ways) in which I could do this?