Sorry about the lack of detail.
I'm creating a small site for my uncle's company, and it needs to include an order page which takes credit card numbers. I know how to do everything for the page except I know that you shouldn't send credit card numbers over non-secure connections, so I'm wondering the best way to do this (for someone with no experience in secure connections).
I'm probably going to buy the cheapest package from icdsoft.com to host the site. The icdsoft page says that "
SSL has been activated for the server your account is on by default. You can securely access pages of your site by using
https://your_domain.com" Does this mean that I simply have to add the "s" in
https and the connection will be secure?
Thanks