I want to develop a website for ecommerce. Currently, I'm stuck at how to create a secure online transaction.
The solution I can think of now is my php ecommerce using https to send/retrieve data to/from user.
How can I achieve this in my php web application?
Do I need to configure the server to use https when I deploy it ?

