As I've never had to use it before.
I want to set up an order system online, and as credit card details will be exchanged I want it to be secured.
Now from what I gather, you buy the certificate and secure your server OR you buy a shared certificate from you hosting company (what I intend to do).
That route I intend to take means I'll have a folder in my webspace which is secured.
This is where it become hazy.
Can I just use a mail form (HTML post and php) inside this folder and it'll be protected?
Can I email the information securely to the end user?
Or should I use a database? Will that need securing?
Help please!
Cheers!