Forum Moderators: coopster
What version of PHP are you running? (You can use phpinfo [php.net] to find out).
Note: HTTPS is supported starting from PHP 4.3.0, if you have compiled in support for OpenSSL.
So now that i have it working , and i have a form let's say form.php and another file process.php that processes this form ,i should secure process.php thus i should call it like
[ssl.site.net...]
to ensure that the user information are being submitted in an encrypted form , right >?
Thus ingeneral any file that carries critical infromation to the db should be called by the [...?...]
Thank you for the help
However, if you have a php script that is simply handling sensitive info without transmitting it to the client, then the data doesn't have to be encrypted.