$POST is a better way to transmit data as compared to the $GET method when you have to submit data via forms However,
data sent via $_POST is still insecure as the data is not encrypted before sending. I wish to use https://www.my-domain.com so that users can fill forms in a secure manner. I have no idea how to implement it in PHP. Please suggest a nice tutorial on implementing SSL in PHP 4.3 and above.
Thanks.
Pramod