PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?