Mysql (MariaDB) with PDO: Difference between revisions
From wikiluntti
Line 10: | Line 10: | ||
== Log a user == | == Log a user == | ||
SSL connection. MD5. | |||
https://makitweb.com/login-page-with-remember-me-using-pdo-and-php/ | https://makitweb.com/login-page-with-remember-me-using-pdo-and-php/ |
Revision as of 08:19, 18 September 2021
Introduction
Some of my database stuff is shown.
Establishing connection to the server
Store the password into a secure place, thus outside the the www folder. Php can access that.
Log a user
SSL connection. MD5.
https://makitweb.com/login-page-with-remember-me-using-pdo-and-php/