Mysql (MariaDB) with PDO: Difference between revisions
From wikiluntti
Line 6: | Line 6: | ||
== Establishing connection to the server == | == 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 == | == Log a user == | ||
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:16, 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
https://makitweb.com/login-page-with-remember-me-using-pdo-and-php/