jacobib713 asked:
I’ve created a website that includes a fully functional registration form which stores data in a MySQL database. If I choose to purchase an SSL certificate from my web host, do I need to modify the HTML and PHP on my site in any way to make the form secure, or does using the https protocol automatically encrypt the information sent by my users? Do secure forms look any different than non-secure ones in terms of programming code?
I’ve created a website that includes a fully functional registration form which stores data in a MySQL database. If I choose to purchase an SSL certificate from my web host, do I need to modify the HTML and PHP on my site in any way to make the form secure, or does using the https protocol automatically encrypt the information sent by my users? Do secure forms look any different than non-secure ones in terms of programming code?
Thanks!
