PHP and HTTPS
Posted: Fri May 27, 2005 3:42 pm
I've never used the HTTPS protocol, but I probably will be in the next month or two because I'm helping a guy setup a site that'll be collecting some relatively private information (e.g., social security numbers).
If I use HTTPS, will I need to make any changes to my PHP code? For example, will I need to decrypt the posted form data, or is the encryption/decryption all transparent to the PHP code?
Thanks in advance!
If I use HTTPS, will I need to make any changes to my PHP code? For example, will I need to decrypt the posted form data, or is the encryption/decryption all transparent to the PHP code?
Thanks in advance!